ajout de libxcomposite1
This commit is contained in:
parent
47f2cee87d
commit
1f9918aa9a
@ -4,7 +4,7 @@ MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
|
|||||||
ENV DEBIAN_FRONTEND="noninteractive"
|
ENV DEBIAN_FRONTEND="noninteractive"
|
||||||
|
|
||||||
RUN apt-get -qq update && \
|
RUN apt-get -qq update && \
|
||||||
apt-get -qqy install wget python xz-utils xvfb libfontconfig libxrender1 && \
|
apt-get -qqy install wget python xz-utils xvfb libfontconfig libxrender1 libxcomposite1 && \
|
||||||
wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" && \
|
wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" && \
|
||||||
apt-get -qqy remove --purge wget xz-utils && \
|
apt-get -qqy remove --purge wget xz-utils && \
|
||||||
apt-get -qqy autoremove --purge && \
|
apt-get -qqy autoremove --purge && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user