1
0

Dockerfile v3
Some checks failed
Build container / Package-Python (push) Failing after 25s
Build container / Package-Container (push) Successful in 1m22s

This commit is contained in:
Jon Michael Aanes 2024-04-17 23:45:37 +02:00
parent 738fc584d7
commit 634f4a1adc
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -4,6 +4,7 @@ RUN pip install -U \
pip \
setuptools \
wheel
RUN apk add gcc musl-dev
WORKDIR /personal_data