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

917d3d0bd3 でgitの依存関係が追加されたのにgitが入っていないのでコケていた
This commit is contained in:
rinsuki 2020-08-10 01:33:01 +09:00 committed by GitHub
parent 48b8320e5e
commit 9c5efb9da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \