1
0

Dockerfile v2
Some checks failed
Build container / Package-Python (push) Failing after 24s
Build container / Package-Container (push) Failing after 32s

This commit is contained in:
Jon Michael Aanes 2024-04-17 23:32:33 +02:00
parent 0925bffad8
commit 738fc584d7
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -12,9 +12,7 @@ RUN adduser -S personal_data && chown personal_data /personal_data
# Requirements
ADD requirements.txt requirements.txt
ADD private_deps private_deps
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir --no-index --find-links=private_deps private_deps/*
# Tracability
ARG GIT_HASH