gj_common: Add git to Dockerfile

Makes debugging much easier
This commit is contained in:
Vishesh Handa
2019-10-02 16:14:03 +02:00
parent 9c1b24c5b4
commit d5300f29ee

View File

@ -3,4 +3,4 @@ FROM alpine:latest
RUN apk update
RUN apk add clang libgit2-dev
RUN apk add bash make libc-dev g++ vim gdb
RUN apk add musl-dbg
RUN apk add musl-dbg git