File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:18.04
33LABEL name="deis-go-dev" \
44 maintainer="Matt Boersma <matt.boersma@microsoft.com>"
55
6- ENV ANSIBLE_VERSION=2.10.3 \
6+ ENV ANSIBLE_VERSION=2.10.9 \
77 AZCLI_VERSION=2.26.1 \
88 DOCKER_VERSION=20.10.2 \
99 ETCDCTL_VERSION=v3.1.8 \
@@ -111,7 +111,8 @@ RUN \
111111 && tar -xvf /tmp/upx.tar.xz -C /tmp \
112112 && mv /tmp/upx-${UPX_VERSION}-amd64_linux/upx /usr/local/bin/upx \
113113 && pip3 install --disable-pip-version-check --no-cache-dir --upgrade pip \
114- && pip3 install --disable-pip-version-check --no-cache-dir --upgrade azure-cli==${AZCLI_VERSION} PyJWT==${PYJWT_VERSION} shyaml ansible==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
114+ && pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} PyJWT==${PYJWT_VERSION} shyaml ansible-base==${ANSIBLE_VERSION} pywinrm==${PYWINRM_VERSION} \
115+ && ansible-galaxy collection install ansible.windows \
115116 && apt-get purge --auto-remove -y libffi-dev python3-dev \
116117 && apt-get autoremove -y \
117118 && apt-get clean -y \
You can’t perform that action at this time.
0 commit comments