ci: add shfmt to Fedora containers
parent
148e420be5
commit
fa63c9be13
|
@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
|
|||
python3-imgcreate \
|
||||
which \
|
||||
ShellCheck \
|
||||
shfmt \
|
||||
&& dnf -y update && dnf clean all
|
||||
|
||||
# Set default command
|
||||
|
|
|
@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
|
|||
python3-imgcreate \
|
||||
which \
|
||||
ShellCheck \
|
||||
shfmt \
|
||||
&& dnf -y update && dnf clean all
|
||||
|
||||
# Set default command
|
||||
|
|
|
@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
|
|||
python3-imgcreate \
|
||||
which \
|
||||
ShellCheck \
|
||||
shfmt \
|
||||
&& dnf -y update && dnf clean all
|
||||
|
||||
# Set default command
|
||||
|
|
|
@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
|
|||
python3-imgcreate \
|
||||
which \
|
||||
ShellCheck \
|
||||
shfmt \
|
||||
&& dnf -y update && dnf clean all
|
||||
|
||||
# Set default command
|
||||
|
|
Loading…
Reference in New Issue