We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6240872 commit a03c5c3Copy full SHA for a03c5c3
docker/rhel/Dockerfile
@@ -34,6 +34,8 @@ pkgs+=(rpm-build) # Required packaging tool.
34
pkgs+=(rpmdevtools) # Required packaging tool.
35
pkgs+=(wget) # Required build tool.
36
dnf install -y --setopt=tsflags=nodocs "${pkgs[@]}"
37
+dnf -y clean all
38
+rm -rf /var/cache/dnf/*
39
EOF
40
41
# Copy Bison and Flex from the Rocky Linux image.
0 commit comments