Skip to content

Commit c5408ba

Browse files
authored
Merge pull request #89 from bdunne/update_base_image
Update the base image first
2 parents 48332d2 + 51e655a commit c5408ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LABEL name="Httpd" \
1515
description="Apache HTTP Server"
1616

1717
RUN ARCH=$(uname -m) && \
18+
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs update && \
1819
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
1920
httpd \
2021
mod_ssl \

0 commit comments

Comments
 (0)