upd: add python

This commit is contained in:
Marie 2023-12-08 02:01:40 +01:00 committed by GitHub
parent 7ab3725585
commit 507376b9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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