From 90fef23add315b93438c2ef5a089fd58bf00153e Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 31 Jan 2019 14:36:32 +0100 Subject: [PATCH] Update to Alpine 3.9 --- 2.4/alpine/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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