mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes #197
This commit is contained in:
		@@ -9,6 +9,7 @@ RUN apt-get update \
 | 
				
			|||||||
  && apt-get -y --no-install-recommends install \
 | 
					  && apt-get -y --no-install-recommends install \
 | 
				
			||||||
		build-essential \
 | 
							build-essential \
 | 
				
			||||||
		curl \
 | 
							curl \
 | 
				
			||||||
 | 
							fonts-liberation \
 | 
				
			||||||
		ghostscript \
 | 
							ghostscript \
 | 
				
			||||||
		gnupg \
 | 
							gnupg \
 | 
				
			||||||
		icc-profiles-free \
 | 
							icc-profiles-free \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -221,8 +221,9 @@ writing. Windows is not and will never be supported.
 | 
				
			|||||||
    *   ``python3-pip``, optionally ``pipenv`` for package installation
 | 
					    *   ``python3-pip``, optionally ``pipenv`` for package installation
 | 
				
			||||||
    *   ``python3-dev``
 | 
					    *   ``python3-dev``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    *   ``fonts-liberation`` for generating thumbnails for plain text files
 | 
				
			||||||
    *   ``imagemagick`` >= 6 for PDF conversion
 | 
					    *   ``imagemagick`` >= 6 for PDF conversion
 | 
				
			||||||
    *   ``optipng`` for optimising thumbnails
 | 
					    *   ``optipng`` for optimizing thumbnails
 | 
				
			||||||
    *   ``gnupg`` for handling encrypted documents
 | 
					    *   ``gnupg`` for handling encrypted documents
 | 
				
			||||||
    *   ``libpoppler-cpp-dev`` for PDF to text conversion
 | 
					    *   ``libpoppler-cpp-dev`` for PDF to text conversion
 | 
				
			||||||
    *   ``libmagic-dev`` for mime type detection
 | 
					    *   ``libmagic-dev`` for mime type detection
 | 
				
			||||||
@@ -242,8 +243,7 @@ writing. Windows is not and will never be supported.
 | 
				
			|||||||
    *   ``tesseract-ocr`` language packs (``tesseract-ocr-eng``, ``tesseract-ocr-deu``, etc)
 | 
					    *   ``tesseract-ocr`` language packs (``tesseract-ocr-eng``, ``tesseract-ocr-deu``, etc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    You will also need ``build-essential``, ``python3-setuptools`` and ``python3-wheel``
 | 
					    You will also need ``build-essential``, ``python3-setuptools`` and ``python3-wheel``
 | 
				
			||||||
    for installing some of the python dependencies. You can remove that
 | 
					    for installing some of the python dependencies.
 | 
				
			||||||
    again after installation.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
2.  Install ``redis`` >= 5.0 and configure it to start automatically.
 | 
					2.  Install ``redis`` >= 5.0 and configure it to start automatically.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user