Skip to content

Commit

Permalink
Install packages libxml2-devel and libxslt-devel
Browse files Browse the repository at this point in the history
Fixes #184
  • Loading branch information
yash-nisar committed Jun 18, 2017
1 parent 79a0da1 commit 17c883d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 17c883d

Please sign in to comment.