mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	install sudo from stable
This commit is contained in:
		| @@ -11,7 +11,9 @@ RUN ./configure && make | ||||
| FROM python:3.7-slim | ||||
|  | ||||
| # 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 -y --no-install-recommends install \ | ||||
|   	# Basic dependencies | ||||
| @@ -19,7 +21,6 @@ RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.lis | ||||
| 		gnupg \ | ||||
| 		imagemagick \ | ||||
| 		gettext \ | ||||
| 		sudo \ | ||||
| 		tzdata \ | ||||
| 		# fonts for text file thumbnail generation | ||||
| 		fonts-liberation \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler