Skip to content

Commit

Permalink
add consul template
Browse files Browse the repository at this point in the history
  • Loading branch information
topahadzi committed Sep 22, 2023
1 parent e830a76 commit b0ba5c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ RUN chmod +x /usr/local/bin/terraform-backend-git

RUN curl -LO https://releases.hashicorp.com/vault/1.14.3/vault_1.14.3_linux_amd64.zip && unzip vault_1.14.3_linux_amd64.zip

RUN mv vault /usr/local/bin/vault
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

0 comments on commit b0ba5c6

Please sign in to comment.