This commit is contained in:
parent
b282ecaa41
commit
4127712bfc
|
@ -1,11 +1,10 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
RUN pip install -U \
|
RUN pip install -U \
|
||||||
git \
|
|
||||||
pip \
|
pip \
|
||||||
setuptools \
|
setuptools \
|
||||||
wheel
|
wheel
|
||||||
RUN apk add gcc musl-dev
|
RUN apk add gcc musl-dev git
|
||||||
|
|
||||||
WORKDIR /personal_data
|
WORKDIR /personal_data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user