Skip to content

Commit a9b8550

Browse files
committed
build: Shrink Fedora images
Tell dnf not to install weak dependencies, to shrink the size of the Fedora images.
1 parent 3bf53a0 commit a9b8550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG from
22
FROM ${from}
33

4-
RUN dnf -y install \
4+
RUN dnf -y install --setopt=install_weak_deps=False \
55
bc \
66
bison \
77
bzip2 \

0 commit comments

Comments
 (0)