Skip to content

Commit

Permalink
Reinstall latest httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Dec 13, 2021
1 parent 87ab574 commit ed2c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/el8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN sed -i 's/Order allow,deny/Require all granted/g' /etc/httpd/conf.d/onearth-

# Generate temporary certs for Apache and reinstall to enable mod_proxy
RUN /usr/libexec/httpd-ssl-gencerts
RUN yum -y reinstall httpd-2.4.37-39.module_el8.4.0+950+0577e6ac.1.x86_64
RUN yum -y reinstall httpd

# Build cgicc for kmlgen
WORKDIR /usr/share/cgicc/
Expand Down

0 comments on commit ed2c04d

Please sign in to comment.