Skip to content

Commit c566835

Browse files
committed
unoconv: update path to libreoffice python binary
1 parent b2c3abf commit c566835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unoconv/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ RUN apt-get update \
6868

6969
RUN pip install unoconv==0.8.2
7070

71-
ENV UNO_PATH=/opt/libreoffice6.0
71+
ENV UNO_PATH=/opt/libreoffice6.1
7272

7373
COPY entrypoint.sh /entrypoint.sh
7474
RUN chmod +x /entrypoint.sh
7575
ENTRYPOINT ["/entrypoint.sh"]
7676

7777
EXPOSE 2002
7878

79-
CMD ["gosu", "www-data", "/opt/libreoffice6.0/program/python", "-u", "/usr/local/bin/unoconv", "--listener", "--server=0.0.0.0", "--port=2002", "-vvv"]
79+
CMD ["gosu", "www-data", "/opt/libreoffice6.1/program/python", "-u", "/usr/local/bin/unoconv", "--listener", "--server=0.0.0.0", "--port=2002", "-vvv"]

0 commit comments

Comments
 (0)