mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Dockerfile: Add libqpdf-dev to build dependencies
This commit is contained in:
		| @@ -18,6 +18,7 @@ RUN apt-get update \ | |||||||
| 		libmagic-dev \ | 		libmagic-dev \ | ||||||
| 		libpoppler-cpp-dev \ | 		libpoppler-cpp-dev \ | ||||||
| 		libpq-dev \ | 		libpq-dev \ | ||||||
|  | 		libqpdf-dev \ | ||||||
| 		libxml2 \ | 		libxml2 \ | ||||||
| 		optipng \ | 		optipng \ | ||||||
| 		pngquant \ | 		pngquant \ | ||||||
| @@ -34,7 +35,7 @@ RUN apt-get update \ | |||||||
| 		zlib1g \ | 		zlib1g \ | ||||||
| 	&& pip3 install --upgrade supervisor setuptools \ | 	&& pip3 install --upgrade supervisor setuptools \ | ||||||
| 	&& pip install --no-cache-dir -r requirements.txt \ | 	&& pip install --no-cache-dir -r requirements.txt \ | ||||||
| 	&& apt-get -y purge build-essential \ | 	&& apt-get -y purge build-essential libqpdf-dev \ | ||||||
| 	&& apt-get -y autoremove --purge \ | 	&& apt-get -y autoremove --purge \ | ||||||
| 	&& rm -rf /var/lib/apt/lists/* \ | 	&& rm -rf /var/lib/apt/lists/* \ | ||||||
| 	&& mkdir /var/log/supervisord /var/run/supervisord | 	&& mkdir /var/log/supervisord /var/run/supervisord | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Wolfhart Feldmeier
					Wolfhart Feldmeier