From d38300c57a830af781b01207d708d9d6ac44a0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Iv=C3=A1n=20L=C3=B3pez=20Gonz=C3=A1lez?= Date: Tue, 26 Feb 2019 15:47:02 +0000 Subject: [PATCH] Add package to Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3e6f6ed..7d82e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM yastdevel/ruby +RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \ + perl-XML-XPath COPY . /usr/src/app