🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 09:57:13 -04:00
parent e6835d122c
commit 428e2fbb5f
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

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