Merge pull request #124 from J0WI/alpine-3.9

Update to Alpine 3.9
This commit is contained in:
yosifkit 2019-01-31 17:01:28 -08:00 committed by GitHub
commit e852cc3819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9
# ensure www-data user exists
RUN set -x \
@ -46,9 +46,6 @@ RUN set -eux; \
gcc \
gnupg \
libc-dev \
# mod_session_crypto
libressl \
libressl-dev \
# mod_proxy_html mod_xml2enc
libxml2-dev \
# mod_lua
@ -56,6 +53,9 @@ RUN set -eux; \
make \
# mod_http2
nghttp2-dev \
# mod_session_crypto
openssl \
openssl-dev \
pcre-dev \
tar \
# mod_deflate