We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e2ba8 commit 1d399c3Copy full SHA for 1d399c3
1 file changed
rootfs/Dockerfile
@@ -64,7 +64,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
64
github.com/constabulary/gb/... \
65
github.com/dgrijalva/jwt-go/cmd/jwt \
66
&& gometalinter --install \
67
- && pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} \
+ && pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml \
68
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip
69
70
WORKDIR /go
0 commit comments