We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5e2ba8 + 1d399c3 commit 75cdaf9Copy full SHA for 75cdaf9
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