This commit is contained in:
chbmb 2021-01-20 20:29:54 +00:00
parent 22f673b18e
commit 4e7d3b1120
3 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,7 @@ RUN \
libldap-2.4-2 \
libsasl2-2 \
python3-minimal \
python3-pkg-resources \
unrar && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
@ -59,7 +60,6 @@ RUN \
libsasl2-dev \
python3-pip && \
apt-get -y autoremove && \
apt-get install -y python3-pkg-resources && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \

View File

@ -32,6 +32,7 @@ RUN \
libxi6 \
libxslt1.1 \
python3-minimal \
python3-pkg-resources \
unrar && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
@ -73,7 +74,6 @@ RUN \
python3-pip \
zlib1g-dev && \
apt-get -y autoremove && \
apt-get install -y python3-pkg-resources && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \

View File

@ -33,6 +33,7 @@ RUN \
libxi6 \
libxslt1.1 \
python3-minimal \
python3-pkg-resources \
unrar && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
@ -75,7 +76,6 @@ RUN \
python3-pip \
zlib1g-dev && \
apt-get -y autoremove && \
apt-get install -y python3-pkg-resources && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \