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