We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf53a0 commit a9b8550Copy full SHA for a9b8550
1 file changed
build/fedora/Dockerfile
@@ -1,7 +1,7 @@
1
ARG from
2
FROM ${from}
3
4
-RUN dnf -y install \
+RUN dnf -y install --setopt=install_weak_deps=False \
5
bc \
6
bison \
7
bzip2 \
0 commit comments