From 17c883d4f53d1761f1d3f6dcc489afabafd01752 Mon Sep 17 00:00:00 2001 From: yash-nisar Date: Sun, 18 Jun 2017 10:49:31 +0530 Subject: [PATCH] Install packages libxml2-devel and libxslt-devel Fixes https://github.com/coala/docker-coala-base/issues/184 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 065be6e..597f618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,10 @@ RUN zypper addrepo http://download.opensuse.org/repositories/home:illuusio/openS libopenssl-devel \ # pcre needed by Julia runtime libpcre2-8-0 \ + libxml2-devel \ # libxml2-tools provides xmllint libxml2-tools \ + libxslt-devel \ # needed for licensecheck devscripts \ # linux-glibc-devel needed for Ruby native extensions