Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
feat(Dockerfile): add shyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed Jan 23, 2018
1 parent d5e2ba8 commit 1d399c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
github.com/constabulary/gb/... \
github.com/dgrijalva/jwt-go/cmd/jwt \
&& gometalinter --install \
&& 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 \
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip

WORKDIR /go
Expand Down

0 comments on commit 1d399c3

Please sign in to comment.