We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a072497 commit 5432bbcCopy full SHA for 5432bbc
Dockerfile
@@ -2,12 +2,6 @@ FROM vault:1.6.1
2
LABEL maintainer="Corelight AWS Team <aws@corelight.com>"
3
LABEL description="Serverless and Vault with Terraform for CI/CD"
4
5
-#RUN wget -O /root/go1.15.1.linux-amd64.tar.gz "https://dl.google.com/go/go1.15.1.linux-amd64.tar.gz" && \
6
-# tar -C /usr/local -xzf /root/go1.15.1.linux-amd64.tar.gz
7
-#
8
-#RUN ln -s /usr/local/bin/go /usr/bin/go
9
-#RUN ln -s /usr/local/bin/gofmt /usr/bin/gofmt
10
-
11
ARG GOLANG_VERSION=1.15.6
12
13
RUN wget --quiet https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip \
0 commit comments