We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325e492 commit d4b6f97Copy full SHA for d4b6f97
1 file changed
rootfs/Dockerfile
@@ -59,6 +59,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
59
github.com/golang/dep/cmd/dep \
60
github.com/haya14busa/goverage \
61
github.com/constabulary/gb/... \
62
+ github.com/dgrijalva/jwt-go/cmd/jwt \
63
&& gometalinter --install \
64
&& pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} \
65
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip
0 commit comments