Skip to content

Commit

Permalink
Fix(Dockerfile): Add correct flag for automation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeASSIER committed Nov 11, 2024
1 parent 24ca451 commit bda9bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bda9bc7

Please sign in to comment.