mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
install sudo from stable
This commit is contained in:
parent
b7b448b870
commit
4db75537cb
@ -11,7 +11,9 @@ RUN ./configure && make
|
|||||||
FROM python:3.7-slim
|
FROM python:3.7-slim
|
||||||
|
|
||||||
# Binary dependencies
|
# Binary dependencies
|
||||||
RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list \
|
RUN apt-get update \
|
||||||
|
&& apt-get -y --no-install-recommends install sudo \
|
||||||
|
&& echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
# Basic dependencies
|
# Basic dependencies
|
||||||
@ -19,7 +21,6 @@ RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.lis
|
|||||||
gnupg \
|
gnupg \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
gettext \
|
gettext \
|
||||||
sudo \
|
|
||||||
tzdata \
|
tzdata \
|
||||||
# fonts for text file thumbnail generation
|
# fonts for text file thumbnail generation
|
||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user