Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
topahadzi authored Apr 22, 2024
1 parent 7de64df commit e3105f0
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,5 +1,7 @@
FROM ghcr.io/runatlantis/atlantis:latest

USER root

RUN apk update && apk add jq

RUN curl -LO https://github.com/plumber-cd/terraform-backend-git/releases/download/v0.1.5/terraform-backend-git-linux-amd64
Expand All @@ -17,3 +19,4 @@ RUN mv vault /usr/local/bin/vault
RUN curl -LO https://releases.hashicorp.com/consul-template/0.33.0/consul-template_0.33.0_linux_amd64.zip && unzip consul-template_0.33.0_linux_amd64.zip

RUN mv consul-template /usr/local/bin/consul-template
USER atlantis

0 comments on commit e3105f0

Please sign in to comment.