🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 13:59:46 -04:00
parent 260a44347a
commit 6e1badbed9
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -19,7 +19,6 @@ RUN apk -U upgrade && \
rrdtool \ rrdtool \
ffmpeg-dev \ ffmpeg-dev \
geoip-dev \ geoip-dev \
mariadb-dev \
php8-cgi php8-cgi
RUN git clone https://github.com/cherokee/webserver.git . && \ RUN git clone https://github.com/cherokee/webserver.git . && \
@ -37,8 +36,6 @@ RUN git clone https://github.com/cherokee/webserver.git . && \
linux-headers \ linux-headers \
ffmpeg-dev \ ffmpeg-dev \
geoip-dev \ geoip-dev \
mariadb-dev \
musl-dev \
libtool && \ libtool && \
mkdir -p /buildroot && \ mkdir -p /buildroot && \
cp -Rf "/usr/local/." "/buildroot/" && \ cp -Rf "/usr/local/." "/buildroot/" && \