We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48332d2 + 51e655a commit c5408baCopy full SHA for c5408ba
Dockerfile
@@ -15,6 +15,7 @@ LABEL name="Httpd" \
15
description="Apache HTTP Server"
16
17
RUN ARCH=$(uname -m) && \
18
+ dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs update && \
19
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
20
httpd \
21
mod_ssl \
0 commit comments