Skip to content

Commit a945d5e

Browse files
authored
Merge pull request #4 from corelight/topic/carl.lewis/TEKOPS-915
- add go to the docker file
2 parents 5a0a766 + 144cc1c commit a945d5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ FROM vault:1.5.3
22
LABEL maintainer="Corelight AWS Team <aws@corelight.com>"
33
LABEL description="Serverless and Vault with Terraform for CI/CD"
44

5+
RUN curl -L "https://dl.google.com/go/go1.15.1.linux-amd64.tar.gz" -o /root/go1.15.1.linux-amd64.tgz && \
6+
tar -C /usr/local -xzf /root/go1.15.1.linux-amd64.tgz
7+
8+
ENV PATH="${PATH}:/usr/local/go/bin"
9+
510

611
RUN wget --quiet https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip \
712
&& unzip terraform_0.12.29_linux_amd64.zip \

0 commit comments

Comments
 (0)