Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit c1e95ef

Browse files
committed
#193: Updates configuration for consistency between image variants.
1 parent 5bd1fe1 commit c1e95ef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ ADD src /
2525

2626
# ------------------------------------------------------------------------------
2727
# Provisioning
28-
# - Disable default fcgid configuration; replaced with 00-fcgid.conf
28+
# - Disable Apache default fcgid configuration; replaced with 00-fcgid.conf
2929
# - Replace placeholders with values in systemd service unit template
3030
# - Set permissions
3131
# ------------------------------------------------------------------------------
32-
RUN cat \
32+
RUN truncate -s 0 \
3333
/etc/httpd/conf.d/fcgid.conf \
34-
> /etc/httpd/conf.d/fcgid.conf.off \
35-
&& truncate -s 0 \
34+
&& chmod 444 \
3635
/etc/httpd/conf.d/fcgid.conf \
3736
&& sed -i \
3837
-e "s~{{RELEASE_VERSION}}~${RELEASE_VERSION}~g" \

0 commit comments

Comments
 (0)