Skip to content

Commit

Permalink
Make container build quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 1, 2023
1 parent 8ce5b07 commit f551b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM fedora:38
SHELL ["/usr/bin/bash", "-c"]

RUN dnf install -y \
RUN dnf install --quiet -y \
koji \
git \
rpmdevtools \
Expand Down

0 comments on commit f551b17

Please sign in to comment.