mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
update dockerfile
This commit is contained in:
parent
dbe820323e
commit
0b90e69119
1 changed files with 3 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ RUN git clone https://github.com/agl/jbig2enc .
|
||||||
RUN ./autogen.sh
|
RUN ./autogen.sh
|
||||||
RUN ./configure && make
|
RUN ./configure && make
|
||||||
|
|
||||||
FROM python:3.7-slim
|
FROM python:3.9-slim-bullseye
|
||||||
|
|
||||||
# Binary dependencies
|
# Binary dependencies
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
@ -33,11 +33,6 @@ RUN apt-get update \
|
||||||
zlib1g \
|
zlib1g \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
icc-profiles-free \
|
icc-profiles-free \
|
||||||
&& echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list \
|
|
||||||
&& apt-get update \
|
|
||||||
&& apt-get -y --no-install-recommends install \
|
|
||||||
# fixes sudo / gosu issues
|
|
||||||
libseccomp2 \
|
|
||||||
# Mime type detection
|
# Mime type detection
|
||||||
file \
|
file \
|
||||||
libmagic-dev \
|
libmagic-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue