From: Harald Hoyer Date: Mon, 17 May 2021 11:07:09 +0000 (+0200) Subject: ci: add shfmt to Fedora containers X-Git-Tag: 055~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa63c9be13660ae5223f9c3e87234ab281b97a95;p=thirdparty%2Fdracut.git ci: add shfmt to Fedora containers --- diff --git a/test/container/Dockerfile-Fedora-33 b/test/container/Dockerfile-Fedora-33 index 51ca39f45..8e09cf5e9 100644 --- a/test/container/Dockerfile-Fedora-33 +++ b/test/container/Dockerfile-Fedora-33 @@ -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 diff --git a/test/container/Dockerfile-Fedora-34 b/test/container/Dockerfile-Fedora-34 index 7e295e9a9..b9701f6d5 100644 --- a/test/container/Dockerfile-Fedora-34 +++ b/test/container/Dockerfile-Fedora-34 @@ -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 diff --git a/test/container/Dockerfile-Fedora-latest b/test/container/Dockerfile-Fedora-latest index 81d5b9b98..3fc4a3702 100644 --- a/test/container/Dockerfile-Fedora-latest +++ b/test/container/Dockerfile-Fedora-latest @@ -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 diff --git a/test/container/Dockerfile-Fedora-rawhide b/test/container/Dockerfile-Fedora-rawhide index bd75e611d..2d5653a7a 100644 --- a/test/container/Dockerfile-Fedora-rawhide +++ b/test/container/Dockerfile-Fedora-rawhide @@ -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