File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ LABEL name="deis-go-dev" \
44 maintainer="Matt Boersma <matt.boersma@microsoft.com>"
55
66ENV ANSIBLE_VERSION=2.10.3 \
7- AZCLI_VERSION=2.12.1 \
7+ AZCLI_VERSION=2.17.1 \
8+ PYJWT_VERSION=1.7.1 \
89 DOCKER_VERSION=20.10.2 \
910 GO_VERSION=1.15.5 \
1011 GLIDE_VERSION=v0.13.3 \
@@ -109,7 +110,7 @@ RUN \
109110 && unzip /tmp/packer.zip -d /usr/local/bin \
110111 && curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
111112 && chmod +x /usr/local/bin/shfmt \
112- && pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml ansible==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
113+ && pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} PyJWT==${PYJWT_VERSION} shyaml ansible==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
113114 && apt-get purge --auto-remove -y libffi-dev python3-dev \
114115 && apt-get autoremove -y \
115116 && apt-get clean -y \
You can’t perform that action at this time.
0 commit comments