From 640c85dd9918f8b9b5d6b52b62c8c07cf47e6cf0 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 11 Oct 2022 12:09:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1efa393..980e11d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apk -U upgrade && \ RUN git clone https://github.com/cherokee/webserver.git . && \ libtoolize --force && \ ./autogen.sh --prefix=/usr/local/share/cherokee && \ - ./configure CFLAGS="-static" --prefix=/usr/local/share/cherokee && \ + ./configure CFLAGS="-static" --prefix=/usr/local/share/cherokee --enable-static-module=all && \ make LDFLAGS="-all-static" && make install && \ echo "

Built from $(git rev-parse --short HEAD) on $(date)

" > ./version.txt && \ apk del --no-cache \