Skip to content

Commit 4387653

Browse files
committed
chore: update ssl image
1 parent 1a4d5c8 commit 4387653

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL name="spaship/httpd" \
77

88
EXPOSE 8080
99

10-
RUN microdnf install -y --nodocs httpd && microdnf clean all
10+
RUN microdnf install -y --nodocs httpd mod_ssl && microdnf clean all
1111

1212
RUN sed -i 's/Listen 80/Listen 8080/' /etc/httpd/conf/httpd.conf \
1313
&& sed -i 's/AllowOverride None/AllowOverride All/' /etc/httpd/conf/httpd.conf \

conf.d/ssl.conf

Whitespace-only changes.

0 commit comments

Comments
 (0)