Skip to content

Commit 871c7a8

Browse files
committed
[signer] Shrink container image by not installing weak dependencies
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 26ad257 commit 871c7a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

signer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ARG FEDORA=latest
66

77
FROM fedora:${FEDORA} AS signer
88

9-
RUN dnf update -y \
9+
RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
10+
&& dnf update -y \
1011
&& dnf install -y \
1112
genisoimage \
1213
mtools \

0 commit comments

Comments
 (0)