diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index bf3ca8a..d4bac1e 100644 --- a/2.4/alpine/Dockerfile +++ b/2.4/alpine/Dockerfile @@ -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