Skip to content

Commit

Permalink
Dockerfile -> add git and bash installation
Browse files Browse the repository at this point in the history
Signed-off-by: lwsanty <[email protected]>
  • Loading branch information
lwsanty authored and dennwc committed Jul 19, 2019
1 parent 69d3c66 commit 88ef001
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,5 +1,8 @@
FROM srcd/dind-golang:docker-18.09.7-go-1.12.7

RUN apk update && apk upgrade && \
apk add --no-cache bash git

COPY build/bin/bblfsh-performance /root/
WORKDIR /root

Expand Down

0 comments on commit 88ef001

Please sign in to comment.