From c411f9258f74d29b5b94d6b6744c1fc0d8d2ed1e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 26 Sep 2020 15:21:50 +0100 Subject: [PATCH] etherpad: node-gyp needs make --- images/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index 759b951..a99f7bc 100644 --- a/images/etherpad/Dockerfile +++ b/images/etherpad/Dockerfile @@ -3,7 +3,7 @@ ARG REPO_LOCATION FROM ${REPO_LOCATION}minideb-node AS builder -RUN install_packages git ca-certificates python3 +RUN install_packages git ca-certificates python3 make RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad-lite.git /srv/etherpad