1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-24 07:06:28 +09:00

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

Fix #6809

I don't know why, either
This commit is contained in:
Eugen Rochko 2018-03-17 15:28:09 +01:00 committed by GitHub
parent 40871caa4b
commit 844616e950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \