gj_common: Improve docker image

This commit is contained in:
Vishesh Handa
2019-10-02 15:46:30 +02:00
parent 722d81e399
commit dc746ac7c0
2 changed files with 5 additions and 1 deletions

3
gj_common/.dockerignore Normal file
View File

@ -0,0 +1,3 @@
test
test.dSYM
.vscode

View File

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