Skip to content

Commit

Permalink
Add libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
podruh authored Nov 6, 2018
1 parent c934083 commit 9cd4a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# see https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ for Dockerfile best practices

# build me with:
# docker build -t "juicymo/drone-ruby:2.5.3" .
# docker build -t "juicymo/drone-ruby:2.5.3-r0" .

FROM ruby:2.5.3-alpine3.8
MAINTAINER Tomas Jukin <tomas.jukin@juicymo.cz>

ENV BUILD_PACKAGES curl-dev build-base bash cmake clang clang-dev make gcc g++ libc-dev linux-headers
ENV BUILD_PACKAGES curl-dev build-base bash cmake clang clang-dev make gcc g++ libc-dev linux-headers libxml2
ENV RUBY_PACKAGES cairo-dev postgresql-dev tzdata wget postgresql=10.5-r0
ENV WKHTMLTOPDF_PACKAGES gtk+ glib ttf-freefont fontconfig dbus

Expand Down

0 comments on commit 9cd4a98

Please sign in to comment.