diff --git a/ci/Dockerfile b/ci/Dockerfile index dee6461e6..f4464810a 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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 && \