Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Sierkin committed Mar 12, 2024
1 parent 08254b5 commit 2478801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ RUN curl -LOs https://github.com/transcend-io/terragrunt-atlantis-config/release
rm -rf terragrunt-atlantis-config_${TG_ATLANTIS_VERSION}_linux_amd64*

# Download and install asdf, create .profile and source asdf inside
USER atlantis
RUN git clone --quiet https://github.com/asdf-vm/asdf.git /home/atlantis/.asdf --branch ${ASDF_VERSION} && \
echo '. /home/atlantis/.asdf/asdf.sh' >> /home/atlantis/.profile && \
chown atlantis.atlantis /home/atlantis/.profile && \
chmod u+rw /home/atlantis/.profile

# Install all needed plugins
USER atlantis
RUN asdf plugin-add kubectl && \
asdf plugin-add helm && \
asdf plugin-add terragrunt && \
Expand Down

0 comments on commit 2478801

Please sign in to comment.