Remove unoconv python library (#322)

* Remove unoconv python library
This commit is contained in:
Anton Shepilov
2024-01-16 18:06:40 +03:00
committed by GitHub
parent 873ef8c08c
commit 065cd03f36
2 changed files with 7 additions and 17 deletions
+1 -4
View File
@@ -3,10 +3,7 @@ FROM node:lts as node-base
### Install dependancies
RUN apt-get update && \
apt-get install -y ghostscript graphicsmagick wget unoconv libxml2-dev ffmpeg python-is-python3 && \
# upgrade unoconv
wget -N https://raw.githubusercontent.com/dagwieers/unoconv/master/unoconv -O /usr/bin/unoconv && \
chmod +x /usr/bin/unoconv
apt-get install -y ghostscript graphicsmagick
#Docker mac issue
# RUN apt-get update && apt-get install -y libc6
# RUN ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2