Skip to content

Commit

Permalink
Merge pull request #91 from bdunne/drop_weak_dependencies
Browse files Browse the repository at this point in the history
[2-EL9] Don't install weak dependencies

(cherry picked from commit bab5609)
  • Loading branch information
Fryguy authored and bdunne committed Aug 9, 2024
1 parent ee93125 commit b8c6267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LABEL name="Httpd" \
description="Apache HTTP Server"

RUN ARCH=$(uname -m) && \
dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False --save && \
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs update && \
dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \
httpd \
Expand Down

0 comments on commit b8c6267

Please sign in to comment.