Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Dec 15, 2023
1 parent 65abff9 commit b573575
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG ATLANTIS
FROM ghcr.io/runatlantis/atlantis:v${ATLANTIS}

USER root
RUN apk add \
aws-cli \
curl \
Expand Down Expand Up @@ -64,3 +65,5 @@ RUN set -eux \
&& mv terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG}_linux_amd64/terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG}_linux_amd64 terragrunt-atlantis-config \
&& chmod +x terragrunt-atlantis-config \
&& rm -rf terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG}_linux_amd64*

USER atlantis

0 comments on commit b573575

Please sign in to comment.