File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- FROM vault:1.5.3
1+ FROM vault:1.6.0
22LABEL maintainer="Corelight AWS Team <aws@corelight.com>"
33LABEL 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- ENV PATH="${PATH}:/usr/local/go/bin"
9-
105
116RUN wget --quiet https://releases.hashicorp.com/terraform/0.12.29/terraform_0.12.29_linux_amd64.zip \
127 && unzip terraform_0.12.29_linux_amd64.zip \
@@ -22,7 +17,7 @@ RUN npm install -g serverless@1.66 \
2217# Note: ignore "serverless update check failed" warning during "npm install"
2318
2419# Heavyweight considering we only use awscli for configuration, presently.
25- RUN apk add --no-cache --update python3 py-pip groff && \
20+ RUN apk add --no-cache --update python3 py-pip groff go && \
2621 pip install --upgrade awscli python-gitlab
2722
2823ENTRYPOINT ["/bin/bash" , "-l" , "-c" ]
You can’t perform that action at this time.
0 commit comments