Skip to content

Commit 88ef001

Browse files
lwsantydennwc
authored andcommitted
Dockerfile -> add git and bash installation
Signed-off-by: lwsanty <lwsanty@gmail.com>
1 parent 69d3c66 commit 88ef001

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM srcd/dind-golang:docker-18.09.7-go-1.12.7
22

3+
RUN apk update && apk upgrade && \
4+
apk add --no-cache bash git
5+
36
COPY build/bin/bblfsh-performance /root/
47
WORKDIR /root
58

0 commit comments

Comments
 (0)