Skip to content

Commit e4b98b0

Browse files
committed
use pip unoconv 0.8.2
1 parent a02bcbb commit e4b98b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

unoconv/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ RUN apt-get update \
6565
curl \
6666
&& rm -rf /var/lib/apt/lists/*
6767

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
68+
RUN pip install unoconv==0.8.2
7169

7270
ENV UNO_PATH=/opt/libreoffice6.0
7371

0 commit comments

Comments
 (0)