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 branches found
No related tags found
No related merge requests found
Pipeline #46028 passed with warnings
...@@ -68,7 +68,7 @@ FROM base ...@@ -68,7 +68,7 @@ FROM base
COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh
RUN apt-get update && \ 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 && \ chmod +x /opt/etherpad-lite/entrypoint.sh && \
mkdir -p /opt/etherpad-lite && \ mkdir -p /opt/etherpad-lite && \
chown -R node /opt/etherpad-lite && \ chown -R node /opt/etherpad-lite && \
......
...@@ -94,7 +94,6 @@ cat <<- EOF > /opt/etherpad-lite/settings.json ...@@ -94,7 +94,6 @@ cat <<- EOF > /opt/etherpad-lite/settings.json
"chatAndUsers": false "chatAndUsers": false
}, },
"allowUnknownFileEnds": false, "allowUnknownFileEnds": false,
"soffice": "/usr/bin/soffice",
EOF EOF
if [ $ETHERPAD_ADMIN_PASSWORD ]; then 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