We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ad257 commit 871c7a8Copy full SHA for 871c7a8
1 file changed
signer/Dockerfile
@@ -6,7 +6,8 @@ ARG FEDORA=latest
6
7
FROM fedora:${FEDORA} AS signer
8
9
-RUN dnf update -y \
+RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
10
+ && dnf update -y \
11
&& dnf install -y \
12
genisoimage \
13
mtools \
0 commit comments