Dockerのビルド時にgitを入れるように (#6639)

917d3d0bd3 でgitの依存関係が追加されたのにgitが入っていないのでコケていた
This commit is contained in:
rinsuki 2020-08-10 01:33:01 +09:00 committed by GitHub
parent c8f0d1413b
commit 0cdca54cf9

View File

@ -12,6 +12,7 @@ RUN apk add --no-cache \
autoconf \ autoconf \
automake \ automake \
file \ file \
git \
g++ \ g++ \
gcc \ gcc \
libc-dev \ libc-dev \