Browse Source

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

Fix #6809

I don't know why, either
master
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
844616e950
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile View File

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


Loading…
Cancel
Save