From: Eugen Rochko Date: Sat, 17 Mar 2018 14:28:09 +0000 (+0100) Subject: Re-add git and nodejs-npm to Dockerfile (#6810) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=844616e9505953c9c2735c83b32784588a20c505;p=mastodon.git Re-add git and nodejs-npm to Dockerfile (#6810) Fix #6809 I don't know why, either --- diff --git a/Dockerfile b/Dockerfile index a5d1d9caa..0801f5747 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,11 +32,13 @@ RUN apk -U upgrade \ ca-certificates \ ffmpeg \ file \ + git \ icu-libs \ imagemagick \ libidn \ libpq \ nodejs \ + nodejs-npm \ protobuf \ tini \ tzdata \