about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-03-17 15:28:09 +0100
committerGitHub <noreply@github.com>2018-03-17 15:28:09 +0100
commit844616e9505953c9c2735c83b32784588a20c505 (patch)
tree13b05f8a737db99fe44cacb0347defc122768134 /Dockerfile
parent40871caa4b06c7ee1c3b07f439ed984ead295ced (diff)
Re-add git and nodejs-npm to Dockerfile (#6810)
Fix #6809

I don't know why, either
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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 \