mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-01-18 12:34:38 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
9318a8fa07
commit
b9606c5107
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user