🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 19:01:22 -04:00
parent 9318a8fa07
commit b9606c5107
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -15,8 +15,8 @@ RUN apk -U upgrade && \
gettext \ gettext \
git \ git \
libtool \ libtool \
openssl3 \ openssl \
openssl3-dev \ openssl-dev \
linux-headers \ linux-headers \
rrdtool \ rrdtool \
ffmpeg-dev \ ffmpeg-dev \
@ -51,7 +51,7 @@ RUN mkdir -p "/usr/local/share/template-files/config/defaults/cherokee" "/buildr
FROM casjaysdevdocker/php:latest AS source 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/* rm -Rf /var/cache/apk/* /tmp/* /var/tmp/*
COPY --from=build /buildroot/. /usr/local/ COPY --from=build /buildroot/. /usr/local/