We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9962b3f commit 93432b0Copy full SHA for 93432b0
Dockerfile
@@ -33,7 +33,6 @@ RUN mkdir -p /mnt/rootfs \
33
&& cp \
34
/etc/pki/ca-trust/source/anchors/rabe-ca.crt \
35
/mnt/rootfs/etc/pki/ca-trust/source/anchors/ \
36
- && update-ca-trust \
37
&& chmod a-s \
38
/mnt/rootfs/usr/bin/* \
39
/mnt/rootfs/usr/sbin/* \
@@ -73,6 +72,7 @@ COPY --from=upstream /usr/libexec/httpd-prepare /usr/libexec/httpd-prepare
73
72
74
RUN useradd -u 1001 -r -g 0 -d ${HOME} -c "Default Application User" default \
75
&& chown -R 1001:0 /etc/httpd/conf/ \
+ && update-ca-trust \
76
&& /usr/libexec/httpd-prepare \
77
&& mkdir /etc/httpd/conf.d/local_configs \
78
&& chown -R 1001:0 /etc/httpd/conf.d/local_configs \
0 commit comments