Skip to content

Commit

Permalink
Install latest version of terraform (v0.11.7) on kapitan:ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
gburiola committed Jun 6, 2018
1 parent 03c86ca commit d929f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM sparkprime/jsonnet AS jsonnet

FROM google/cloud-sdk:alpine

RUN apk add --no-cache python3-dev git g++ make libstdc++ gnupg musl-dev util-linux openssl openssl-dev libffi-dev coreutils yaml-dev jq ncurses terraform && \
RUN apk add --no-cache python3-dev git g++ make libstdc++ gnupg musl-dev util-linux openssl openssl-dev libffi-dev coreutils yaml-dev jq ncurses && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community terraform && \
python3 -m ensurepip && \
rm -rf /usr/lib/python*/ensurepip && \
pip3 install --upgrade --no-cache-dir pip setuptools && \
Expand Down

0 comments on commit d929f4e

Please sign in to comment.