Skip to content

Commit

Permalink
Update base docker for busybox CVE, add inotify-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
abh authored and Ask Bjørn Hansen committed Dec 19, 2017
1 parent 673fb09 commit 1104c61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
FROM quay.io/perl/base-os:v3.0.3
FROM quay.io/perl/base-os:v3.2

# Note that this only builds dependencies and such, it doesn't
# actually include the site code etc itself. The site code
# includes the documents which are updated more often and we
# don't want to rebuild and restart the container each time.

# Cache buster for occasionally resetting the cached images even if
# the base doesn't cahnge.
ENV LAST_UPDATED 2017-10-03
# the base doesn't change.
ENV LAST_UPDATED 2017-12-19

USER root

RUN apk update; apk upgrade ; apk add curl git \
perl-dev wget make \
inotify-tools \
expat-dev zlib-dev libressl-dev libressl \
mariadb-client mariadb-client-libs mariadb-dev build-base

Expand Down

0 comments on commit 1104c61

Please sign in to comment.