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
6bd78df6ea
commit
d0463b0ba8
@ -13,7 +13,6 @@ RUN apk -U upgrade && \
|
|||||||
openssl \
|
openssl \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
python2 \
|
|
||||||
rrdtool \
|
rrdtool \
|
||||||
php8-cgi
|
php8-cgi
|
||||||
|
|
||||||
@ -23,14 +22,14 @@ RUN git clone https://github.com/cherokee/webserver.git . && \
|
|||||||
./configure CFLAGS="-static" --prefix=/usr/local/share/cherokee && \
|
./configure CFLAGS="-static" --prefix=/usr/local/share/cherokee && \
|
||||||
make LDFLAGS="-all-static" && make install && \
|
make LDFLAGS="-all-static" && make install && \
|
||||||
echo "<p style='text-align:center'>Built from $(git rev-parse --short HEAD) on $(date)</p>" > ./version.txt && \
|
echo "<p style='text-align:center'>Built from $(git rev-parse --short HEAD) on $(date)</p>" > ./version.txt && \
|
||||||
apk del \
|
apk del --no-cache \
|
||||||
alpine-sdk \
|
alpine-sdk \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
libtool \
|
libtool && \
|
||||||
openssl
|
rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /usr/src/*
|
||||||
|
|
||||||
FROM casjaysdevdocker/php:latest
|
FROM casjaysdevdocker/php:latest
|
||||||
ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')"
|
ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user