Skip to content

Commit d4b6f97

Browse files
authored
feat(dockerfile): add jwt command line utility (#82)
1 parent 325e492 commit d4b6f97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
5959
github.com/golang/dep/cmd/dep \
6060
github.com/haya14busa/goverage \
6161
github.com/constabulary/gb/... \
62+
github.com/dgrijalva/jwt-go/cmd/jwt \
6263
&& gometalinter --install \
6364
&& pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} \
6465
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip

0 commit comments

Comments
 (0)