forked from FoundKeyGang/FoundKey
Dockerのビルド時にgitを入れるように (#6639)
917d3d0bd3
でgitの依存関係が追加されたのにgitが入っていないのでコケていた
This commit is contained in:
parent
48b8320e5e
commit
9c5efb9da0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN apk add --no-cache \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
file \
|
file \
|
||||||
|
git \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
|
|
Loading…
Reference in a new issue