Skip to content
Snippets Groups Projects
Verified Commit b0609f27 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove libreoffice/unoconv for exports - too heavy

parent b355198a
No related merge requests found
Pipeline #46028 passed with warnings
......@@ -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 && \
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment