Install libnss3 in order to fix .pdf -> .mobi

This commit is contained in:
Jonathan Crooke 2019-11-10 15:01:26 +01:00 committed by Jonathan Crooke
parent 00767eac5f
commit 9a61220bc1
No known key found for this signature in database
GPG Key ID: 60FA9248CCF32E8E
1 changed files with 1 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 && \