We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d553a commit 1716657Copy full SHA for 1716657
2 files changed
2.4/Dockerfile
@@ -127,6 +127,7 @@ RUN set -eux; \
127
--build="$gnuArch" \
128
--prefix="$HTTPD_PREFIX" \
129
--enable-mods-shared=reallyall \
130
+ --enable-mpms-shared=all \
131
; \
132
make -j "$(nproc)"; \
133
make install; \
2.4/alpine/Dockerfile
@@ -108,6 +108,7 @@ RUN set -eux; \
108
109
110
111
112
113
114
0 commit comments