diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile index 678eb3cc71cf172ed317b8118cda81cb43f2a207..4f3dffda8299ad53e4d261c3ed3b49181c012eae 100644 --- a/pica-etherpad/Dockerfile +++ b/pica-etherpad/Dockerfile @@ -68,7 +68,7 @@ FROM base COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh RUN apt-get update && \ - apt-get install -y default-mysql-client unoconv libreoffice-writer libreoffice-pdfimport && \ + apt-get install -y default-mysql-client && \ chmod +x /opt/etherpad-lite/entrypoint.sh && \ mkdir -p /opt/etherpad-lite && \ chown -R node /opt/etherpad-lite && \ diff --git a/pica-etherpad/entrypoint.sh b/pica-etherpad/entrypoint.sh index 61a0cb57ee24c1f35e45b7bf8ce630c745796599..293232b48f36a0c174c1a46681ec49aee85ad018 100644 --- a/pica-etherpad/entrypoint.sh +++ b/pica-etherpad/entrypoint.sh @@ -94,7 +94,6 @@ cat <<- EOF > /opt/etherpad-lite/settings.json "chatAndUsers": false }, "allowUnknownFileEnds": false, - "soffice": "/usr/bin/soffice", EOF if [ $ETHERPAD_ADMIN_PASSWORD ]; then