1
0

Git please v2
Some checks failed
Test Python / Test (push) Failing after 19s

This commit is contained in:
Jon Michael Aanes 2024-06-02 19:24:23 +02:00
parent b282ecaa41
commit 4127712bfc
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -1,11 +1,10 @@
# Dependencies
FROM python:alpine
RUN pip install -U \
git \
pip \
setuptools \
wheel
RUN apk add gcc musl-dev
RUN apk add gcc musl-dev git
WORKDIR /personal_data