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