Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit bd8a2f9

Browse files
author
Matthias Koeppe
committed
build/bin/write-dockerfile.sh [fedora]: Use 'yum install -y --download-only' for checking existence of packages
1 parent 1dda317 commit bd8a2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/write-dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EOF
5353
ARG BASE_IMAGE=fedora:latest
5454
FROM \${BASE_IMAGE} as with-system-packages
5555
EOF
56-
EXISTS="2>/dev/null >/dev/null yum info"
56+
EXISTS="2>/dev/null >/dev/null yum install -y --download-only"
5757
INSTALL="yum install -y"
5858
;;
5959
slackware*)

0 commit comments

Comments
 (0)