commit 8ae3503ff2ad32f277fc383fc72659cd42a6a7b6
parent e0f1315ab9b2af6bc9841f885b7d71ff05d046df
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 28 Mar 2026 02:17:40 +0100
feat(stagit-docker): add apache2-proxy module
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/docker-git/Dockerfile b/docker/docker-git/Dockerfile
@@ -5,7 +5,7 @@ FROM alpine
# - https://codemadness.org/git/stagit/file/README.html
RUN sed -i 's/#\(http.*community\)$/\1/g' /etc/apk/repositories
RUN apk update
-RUN apk add --no-cache apache2 apache2-utils apache2-ssl \
+RUN apk add --no-cache apache2 apache2-utils apache2-ssl apache2-proxy \
make gcc musl-dev mandoc \
libgit2-dev git-daemon git curl