There was an error while loading. Please reload this page.
1 parent a02bcbb commit e4b98b0Copy full SHA for e4b98b0
unoconv/Dockerfile
@@ -65,9 +65,7 @@ RUN apt-get update \
65
curl \
66
&& rm -rf /var/lib/apt/lists/*
67
68
-# install the latest unoconv script as their last tag is 2 years out of date
69
-ADD https://raw.githubusercontent.com/dagwieers/unoconv/master/unoconv /usr/bin/unoconv
70
-RUN chmod +xr /usr/bin/unoconv
+RUN pip install unoconv==0.8.2
71
72
ENV UNO_PATH=/opt/libreoffice6.0
73
0 commit comments