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.
2 parents 5a0a766 + 144cc1c commit a945d5eCopy full SHA for a945d5e
Dockerfile
@@ -2,6 +2,11 @@ FROM vault:1.5.3
2
LABEL maintainer="Corelight AWS Team <aws@corelight.com>"
3
LABEL description="Serverless and Vault with Terraform for CI/CD"
4
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
10
11
RUN wget --quiet https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip \
12
&& unzip terraform_0.12.29_linux_amd64.zip \
0 commit comments