From d3c4eaf4f6e7abfa88ea37222808893361c93336 Mon Sep 17 00:00:00 2001 From: Jannik Streek Date: Thu, 15 Feb 2024 13:49:09 +0100 Subject: [PATCH] remove unneeded docker parts --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd2b391d3..5eecba783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,6 @@ RUN \ ca-certificates \ curl \ git \ - openssh \ ${INSTALL_ABIWORD:+abiword abiword-plugin-command} \ ${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common} @@ -123,8 +122,6 @@ COPY --chown=etherpad:etherpad ${SETTINGS} "${EP_DIR}"/settings.json # Fix group permissions RUN chmod -R g=u . -USER root -RUN cd src && npm link USER etherpad HEALTHCHECK --interval=5s --timeout=3s \