Skip to content

Commit bab5609

Browse files
authored
Merge pull request #91 from bdunne/drop_weak_dependencies
[2-EL9] Don't install weak dependencies
2 parents c5408ba + d006172 commit bab5609

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 config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False --save && \
1819
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs update && \
1920
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
2021
httpd \

0 commit comments

Comments
 (0)