mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
maybe use requirements instead?
This commit is contained in:
parent
74db555f78
commit
def85a3d37
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/arm/v7 # linux/amd64,linux/arm/v7,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: jonaswinkler/paperless-ng:${{ steps.prepare.outputs.version }}
|
tags: jonaswinkler/paperless-ng:${{ steps.prepare.outputs.version }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
@ -65,8 +65,9 @@ RUN apt-get update \
|
|||||||
unpaper \
|
unpaper \
|
||||||
zlib1g \
|
zlib1g \
|
||||||
|
|
||||||
&& pip3 install --upgrade supervisor pipenv setuptools \
|
&& pip3 install --upgrade supervisor pipenv setuptools \
|
||||||
&& pipenv install --system --deploy --ignore-pipfile \
|
&& pipenv lock -r > requirements.txt \
|
||||||
|
&& pip3 install -r requirements.txt \
|
||||||
&& pipenv --clear \
|
&& pipenv --clear \
|
||||||
&& pip3 uninstall -y pipenv \
|
&& pip3 uninstall -y pipenv \
|
||||||
&& apt-get -y purge build-essential libqpdf-dev python3-dev python3-pip \
|
&& apt-get -y purge build-essential libqpdf-dev python3-dev python3-pip \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user