Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix spelling of --downloadonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 20, 2020
1 parent bd8a2f9 commit 807c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOF
ARG BASE_IMAGE=fedora:latest
FROM \${BASE_IMAGE} as with-system-packages
EOF
EXISTS="2>/dev/null >/dev/null yum install -y --download-only"
EXISTS="2>/dev/null >/dev/null yum install -y --downloadonly"
INSTALL="yum install -y"
;;
slackware*)
Expand Down

0 comments on commit 807c2bd

Please sign in to comment.