[PHP-FPM] Add tzdata, update APCu and Redis extensions, update PHP to new minor

This commit is contained in:
André
2018-06-27 22:50:31 +02:00
parent 9b3ff998e7
commit a1a6574964
7 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ COPY dl_files.sh bootstrap.sh ./
ENV CLAMAV 0.100.0
RUN apk add --no-cache --virtual build-dependencies alpine-sdk ncurses-dev zlib-dev bzip2-dev pcre-dev linux-headers fts-dev libxml2-dev libressl-dev \
&& apk add --no-cache curl bash tini libxml2 libbz2 pcre fts libressl \
&& apk add --no-cache curl bash tini libxml2 libbz2 pcre fts libressl tzdata \
&& wget -O - https://www.clamav.net/downloads/production/clamav-${CLAMAV}.tar.gz | tar xfvz - \
&& cd clamav-${CLAMAV} \
&& LIBS=-lfts ./configure \