Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from jdks/feature/docker-add-jq
Browse files Browse the repository at this point in the history
Add jq to docker image
  • Loading branch information
mvisonneau authored Nov 2, 2017
2 parents 20fe774 + c35d2c3 commit 039de01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ ADD setup.* README.rst /build/
ADD emcli /build/emcli

RUN \
cd /build && \
python setup.py install && \
apk add --no-cache jq ;\
cd /build ;\
python setup.py install ;\
rm -rf /build

ENTRYPOINT []
Expand Down

0 comments on commit 039de01

Please sign in to comment.