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