Skip to content

Commit

Permalink
ci: add shfmt to Fedora containers
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh committed May 18, 2021
1 parent 148e420 commit fa63c9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/container/Dockerfile-Fedora-33
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-Fedora-34
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-Fedora-latest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-Fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa63c9b

Please sign in to comment.