Skip to content

Commit

Permalink
install missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltares committed Feb 25, 2020
1 parent 3016dd5 commit 6f8eb79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM alpine:latest

RUN apk add --no-cache \
bash \
ca-certificates \
curl \
wget \
jq

COPY fetch_github_asset.sh /fetch_github_asset.sh
Expand Down

0 comments on commit 6f8eb79

Please sign in to comment.