diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index a99f7bc..675d640 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 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