🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 09:57:13 -04:00
parent e6835d122c
commit 428e2fbb5f

View File

@@ -16,6 +16,8 @@ RUN apk -U upgrade && \
openssl-dev \
linux-headers \
rrdtool \
ffmpeg-dev \
geoip-dev \
php8-cgi
RUN git clone https://github.com/cherokee/webserver.git . && \
@@ -29,7 +31,10 @@ RUN git clone https://github.com/cherokee/webserver.git . && \
autoconf \
automake \
gettext \
git \
openssl-dev \
linux-headers \
ffmpeg-dev \
geoip-dev \
libtool && \
rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /usr/src/*