From b9606c510773623de02cf2575fe524bafab9307c Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 11 Oct 2022 19:01:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 21292c2..1b13423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ RUN apk -U upgrade && \ gettext \ git \ libtool \ - openssl3 \ - openssl3-dev \ + openssl \ + openssl-dev \ linux-headers \ rrdtool \ ffmpeg-dev \ @@ -51,7 +51,7 @@ RUN mkdir -p "/usr/local/share/template-files/config/defaults/cherokee" "/buildr FROM casjaysdevdocker/php:latest AS source -RUN apk add --no-cache geoip rrdtool openssl3 && \ +RUN apk add --no-cache geoip rrdtool openssl && \ rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* COPY --from=build /buildroot/. /usr/local/