mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
gj_common: Improve docker image
This commit is contained in:
3
gj_common/.dockerignore
Normal file
3
gj_common/.dockerignore
Normal file
@ -0,0 +1,3 @@
|
||||
test
|
||||
test.dSYM
|
||||
.vscode
|
@ -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
|
||||
|
Reference in New Issue
Block a user