mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
add missing dependency back into the Dockerfile.
This commit is contained in:
parent
deb9698ff6
commit
96dc7583bf
1 changed files with 5 additions and 0 deletions
|
|
@ -20,12 +20,17 @@ RUN apt-get update \
|
||||||
# Basic dependencies
|
# Basic dependencies
|
||||||
curl \
|
curl \
|
||||||
file \
|
file \
|
||||||
|
# fonts for text file thumbnail generation
|
||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
|
# for making translations further down
|
||||||
gettext \
|
gettext \
|
||||||
gnupg \
|
gnupg \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
# for Numpy
|
||||||
|
libatlas-base-dev \
|
||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
mime-support \
|
mime-support \
|
||||||
|
# thumbnail size reduction
|
||||||
optipng \
|
optipng \
|
||||||
sudo \
|
sudo \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue