➖ Remove unoconv python library (#322)
* ➖Remove unoconv python library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user