From bda9bc7f110fce4904f110be0259f20a7abe4acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Assier=20=F0=9F=8C=A4=EF=B8=8F?= <18405490+GuillaumeASSIER@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:44:05 +0000 Subject: [PATCH] Fix(Dockerfile): Add correct flag for automation --- dev/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index 9b1ed27..42f8614 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -5,7 +5,7 @@ RUN dnf update RUN dnf upgrade # Install tollong -RUN dnf install git python3-firewall pipx just hugo opentofu go-task +RUN dnf install -y git python3-firewall pipx just hugo opentofu go-task # Install SOPS -RUN dnf install https://github.com/getsops/sops/releases/download/v3.7.3/sops-3.7.3-1.x86_64.rpm +RUN dnf install -y https://github.com/getsops/sops/releases/download/v3.7.3/sops-3.7.3-1.x86_64.rpm