summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2016-02-06 16:43:12 +0100
committerstartxfr <clarue@startx.fr>2016-02-06 16:43:12 +0100
commitf1083f7abad19c3e5972051600c5be1c6aa391ce (patch)
tree075fa33241b9dfbfa8da3b38466c362221e43fc8
parent5cff390c081bdfb756a8977ad0bd56d778202d6b (diff)
downloadphpmyadmin-f1083f7abad19c3e5972051600c5be1c6aa391ce.tar.gz
phpmyadmin-f1083f7abad19c3e5972051600c5be1c6aa391ce.tar.bz2
phpmyadmin-f1083f7abad19c3e5972051600c5be1c6aa391ce.tar.xz
phpmyadmin-f1083f7abad19c3e5972051600c5be1c6aa391ce.zip
correction de libreoffice
-rw-r--r--Services/ooconv/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/ooconv/Dockerfile b/Services/ooconv/Dockerfile
index b50d347..890ba34 100644
--- a/Services/ooconv/Dockerfile
+++ b/Services/ooconv/Dockerfile
@@ -2,7 +2,7 @@ FROM startx/fedora
MAINTAINER Christophe LARUE <dev@startx.fr>
USER root
-RUN dnf -y install unoconv libreoffice-headless libreoffice-writer libreoffice-calc pdfmod ghostscript && \
+RUN dnf -y install unoconv libreoffice-writer libreoffice-calc pdfmod ghostscript && \
dnf clean all
ENV STARTUPLOG=/logs/startup.log \
LOG_PATH=/logs