Skip to content
Snippets Groups Projects
Unverified Commit 507376b9 authored by Marie's avatar Marie Committed by GitHub
Browse files

upd: add python

parent 7ab37255
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ WORKDIR /sharkey
RUN apk add git
ENV PYTHONUNBUFFERED=1
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools
COPY . ./
RUN git submodule update --init --recursive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment