mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	re-order apt dependencies
This commit is contained in:
		
				
					committed by
					
						
						Trenton Holmes
					
				
			
			
				
	
			
			
			
						parent
						
							ebdf9b55df
						
					
				
				
					commit
					3b84e34c8e
				
			@@ -56,7 +56,6 @@ ARG RUNTIME_PACKAGES="\
 | 
			
		||||
  curl \
 | 
			
		||||
  file \
 | 
			
		||||
  # fonts for text file thumbnail generation
 | 
			
		||||
  default-libmysqlclient-dev \
 | 
			
		||||
  fonts-liberation \
 | 
			
		||||
  gettext \
 | 
			
		||||
  ghostscript \
 | 
			
		||||
@@ -78,10 +77,12 @@ ARG RUNTIME_PACKAGES="\
 | 
			
		||||
  libraqm0 \
 | 
			
		||||
  libgnutls30 \
 | 
			
		||||
  libjpeg62-turbo \
 | 
			
		||||
  optipng \
 | 
			
		||||
  python3 \
 | 
			
		||||
  python3-pip \
 | 
			
		||||
  python3-setuptools \
 | 
			
		||||
  postgresql-client \
 | 
			
		||||
  mariadb-client \
 | 
			
		||||
  # For Numpy
 | 
			
		||||
  libatlas3-base \
 | 
			
		||||
  # OCRmyPDF dependencies
 | 
			
		||||
@@ -187,7 +188,7 @@ COPY Pipfile* ./
 | 
			
		||||
ARG BUILD_PACKAGES="\
 | 
			
		||||
  build-essential \
 | 
			
		||||
  git \
 | 
			
		||||
  mariadb-client \
 | 
			
		||||
  default-libmysqlclient-dev \
 | 
			
		||||
  python3-dev"
 | 
			
		||||
 | 
			
		||||
RUN set -eux \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user