Skip to content

Commit

Permalink
Merge pull request #863 from marcosvm/marcosvm/orchestrator-client
Browse files Browse the repository at this point in the history
add curl and jq for orchestrator-client
  • Loading branch information
Shlomi Noach committed Apr 14, 2019
2 parents 4c393e2 + 1f646b8 commit ce78f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN cp /usr/local/orchestrator/orchestrator-sample-sqlite.conf.json /etc/orchest
FROM alpine:3.8

RUN apk add --no-cache bash
RUN apk add --no-cache curl
RUN apk add --no-cache jq

EXPOSE 3000

Expand Down

0 comments on commit ce78f28

Please sign in to comment.