Harald Hoyer 9f8738
From fa63c9be13660ae5223f9c3e87234ab281b97a95 Mon Sep 17 00:00:00 2001
Harald Hoyer 9f8738
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 9f8738
Date: Mon, 17 May 2021 13:07:09 +0200
Harald Hoyer 9f8738
Subject: [PATCH] ci: add shfmt to Fedora containers
Harald Hoyer 9f8738
Harald Hoyer 9f8738
---
Harald Hoyer 9f8738
 test/container/Dockerfile-Fedora-33      | 1 +
Harald Hoyer 9f8738
 test/container/Dockerfile-Fedora-34      | 1 +
Harald Hoyer 9f8738
 test/container/Dockerfile-Fedora-latest  | 1 +
Harald Hoyer 9f8738
 test/container/Dockerfile-Fedora-rawhide | 1 +
Harald Hoyer 9f8738
 4 files changed, 4 insertions(+)
Harald Hoyer 9f8738
Harald Hoyer 9f8738
diff --git a/test/container/Dockerfile-Fedora-33 b/test/container/Dockerfile-Fedora-33
Harald Hoyer 9f8738
index 51ca39f4..8e09cf5e 100644
Harald Hoyer 9f8738
--- a/test/container/Dockerfile-Fedora-33
Harald Hoyer 9f8738
+++ b/test/container/Dockerfile-Fedora-33
Harald Hoyer 9f8738
@@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
Harald Hoyer 9f8738
     python3-imgcreate \
Harald Hoyer 9f8738
     which \
Harald Hoyer 9f8738
     ShellCheck \
Harald Hoyer 9f8738
+    shfmt \
Harald Hoyer 9f8738
     && dnf -y update && dnf clean all
Harald Hoyer 9f8738
 
Harald Hoyer 9f8738
 # Set default command
Harald Hoyer 9f8738
diff --git a/test/container/Dockerfile-Fedora-34 b/test/container/Dockerfile-Fedora-34
Harald Hoyer 9f8738
index 7e295e9a..b9701f6d 100644
Harald Hoyer 9f8738
--- a/test/container/Dockerfile-Fedora-34
Harald Hoyer 9f8738
+++ b/test/container/Dockerfile-Fedora-34
Harald Hoyer 9f8738
@@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
Harald Hoyer 9f8738
     python3-imgcreate \
Harald Hoyer 9f8738
     which \
Harald Hoyer 9f8738
     ShellCheck \
Harald Hoyer 9f8738
+    shfmt \
Harald Hoyer 9f8738
     && dnf -y update && dnf clean all
Harald Hoyer 9f8738
 
Harald Hoyer 9f8738
 # Set default command
Harald Hoyer 9f8738
diff --git a/test/container/Dockerfile-Fedora-latest b/test/container/Dockerfile-Fedora-latest
Harald Hoyer 9f8738
index 81d5b9b9..3fc4a370 100644
Harald Hoyer 9f8738
--- a/test/container/Dockerfile-Fedora-latest
Harald Hoyer 9f8738
+++ b/test/container/Dockerfile-Fedora-latest
Harald Hoyer 9f8738
@@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
Harald Hoyer 9f8738
     python3-imgcreate \
Harald Hoyer 9f8738
     which \
Harald Hoyer 9f8738
     ShellCheck \
Harald Hoyer 9f8738
+    shfmt \
Harald Hoyer 9f8738
     && dnf -y update && dnf clean all
Harald Hoyer 9f8738
 
Harald Hoyer 9f8738
 # Set default command
Harald Hoyer 9f8738
diff --git a/test/container/Dockerfile-Fedora-rawhide b/test/container/Dockerfile-Fedora-rawhide
Harald Hoyer 9f8738
index bd75e611..2d5653a7 100644
Harald Hoyer 9f8738
--- a/test/container/Dockerfile-Fedora-rawhide
Harald Hoyer 9f8738
+++ b/test/container/Dockerfile-Fedora-rawhide
Harald Hoyer 9f8738
@@ -48,6 +48,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
Harald Hoyer 9f8738
     python3-imgcreate \
Harald Hoyer 9f8738
     which \
Harald Hoyer 9f8738
     ShellCheck \
Harald Hoyer 9f8738
+    shfmt \
Harald Hoyer 9f8738
     && dnf -y update && dnf clean all
Harald Hoyer 9f8738
 
Harald Hoyer 9f8738
 # Set default command
Harald Hoyer 9f8738