fix(core): update
This commit is contained in:
parent
94420c3a54
commit
e999577bad
@ -28,6 +28,12 @@ RUN apk update && apk add --no-cache \
|
|||||||
libc-dev \
|
libc-dev \
|
||||||
docker-compose
|
docker-compose
|
||||||
|
|
||||||
|
RUN apk update && apk add bash libc6-compat alpine-sdk
|
||||||
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
||||||
|
RUN python3 -m ensurepip
|
||||||
|
RUN pip3 install --no-cache --upgrade pip setuptools
|
||||||
|
|
||||||
# Add the patch fix
|
# Add the patch fix
|
||||||
COPY ./stack-fix.c /lib/
|
COPY ./stack-fix.c /lib/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user