Merge pull request #145 from paperless-ngx/fix-docker-build

Fix `build-docker-image` CI step
This commit is contained in:
Quinn Casey 2022-02-24 08:00:13 -08:00 committed by GitHub
commit 7cfad2d7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends gettext liblept5
pip3 install --upgrade pip setuptools wheel
pip3 install -r requirements.txt
-
name: Download frontend artifact

View File

@ -63,6 +63,7 @@ RUN apt-get update \
build-essential \
libpq-dev \
libqpdf-dev \
&& python3 -m pip install --upgrade pip setuptools wheel \
&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor \
&& python3 -m pip install --default-timeout=1000 --no-cache-dir -r ../requirements.txt \
&& apt-get -y purge build-essential libqpdf-dev \