Re-add git and nodejs-npm to Dockerfile (#6810)

Fix #6809

I don't know why, either
lolsob-rspec
Eugen Rochko 2018-03-17 15:28:09 +01:00 committed by GitHub
parent d35272245e
commit a235678802
1 changed files with 2 additions and 0 deletions

View File

@ -32,11 +32,13 @@ RUN apk -U upgrade \
ca-certificates \
ffmpeg \
file \
git \
icu-libs \
imagemagick \
libidn \
libpq \
nodejs \
nodejs-npm \
protobuf \
tini \
tzdata \