Skip to content

Commit

Permalink
quieter
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Cox <[email protected]>
  • Loading branch information
joshuacox committed Nov 1, 2023
1 parent d4bd768 commit 71575aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM fedora:38
ENV input_kickstart_file='ks/vojtux_en.ks' \
output_kickstart_file='output.ks'

RUN sudo dnf install -y lorax-lmc-novirt pykickstart \
RUN sudo dnf install -yq lorax-lmc-novirt pykickstart \
&& mkdir -p /live/tmp

COPY ./ /target
Expand Down

0 comments on commit 71575aa

Please sign in to comment.