etherpad: node-gyp required gcc

This commit is contained in:
Starbeamrainbowlabs 2020-09-26 15:25:52 +01:00
parent c411f9258f
commit e83245845b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG REPO_LOCATION
FROM ${REPO_LOCATION}minideb-node AS builder
RUN install_packages git ca-certificates python3 make
RUN install_packages git ca-certificates python3 make gcc
RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad-lite.git /srv/etherpad