This commit is contained in:
parent
b282ecaa41
commit
4127712bfc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user