Skip to content

Commit e27e60c

Browse files
committed
- this should work
1 parent f284069 commit e27e60c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ LABEL description="Serverless and Vault with Terraform for CI/CD"
1010

1111
ARG GOLANG_VERSION=1.15.6
1212

13+
RUN wget --quiet https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip \
14+
&& unzip terraform_0.12.29_linux_amd64.zip \
15+
&& mv terraform /usr/bin \
16+
&& rm terraform_0.12.29_linux_amd64.zip
1317

1418
RUN apk add --no-cache --update git bash openssh make nodejs nodejs-npm jq
1519
RUN npm install -g serverless@1.66 \

0 commit comments

Comments
 (0)