Skip to content

Commit 5432bbc

Browse files
committed
- remove comments
1 parent a072497 commit 5432bbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

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

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-
115
ARG GOLANG_VERSION=1.15.6
126

137
RUN wget --quiet https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip \

0 commit comments

Comments
 (0)