Skip to content

Commit

Permalink
We might not need to install jbig2dec
Browse files Browse the repository at this point in the history
  • Loading branch information
pzgz committed Apr 19, 2022
1 parent 6e07031 commit d0d2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get install --assume-yes ffmpeg
# Install mupdf
RUN add-apt-repository -y ppa:savoury1/backports && \
apt-get update && \
apt-get install --assume-yes jbig2dec mupdf mupdf-tools
apt-get install --assume-yes mupdf mupdf-tools

# timezone
#RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
Expand Down

0 comments on commit d0d2a2c

Please sign in to comment.