Skip to content

Commit

Permalink
Fix download sops command
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinStans committed Feb 1, 2024
1 parent d2c54b7 commit d416ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ RUN /usr/local/bin/tgenv install latest

RUN pip install azure-cli

RUN curl -L curl -LO https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 -o /usr/local/bin/sops
RUN curl -L https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 -o /usr/local/bin/sops
RUN chmod +x /usr/local/bin/sops

0 comments on commit d416ec0

Please sign in to comment.