Merge pull request #56 from itsthejb/add-libnss3

Install libnss3 in order to fix .pdf -> .mobi
This commit is contained in:
chbmb 2019-11-10 18:12:06 +00:00 committed by GitHub
commit fe2938b26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libnss3 \
libxcomposite1 \
python3-minimal \
unrar && \

View File

@ -23,6 +23,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libnss3 \
libxcomposite1 \
python3-minimal \
unrar && \

View File

@ -23,6 +23,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libnss3 \
libxcomposite1 \
python3-minimal \
unrar && \