fix(core): update
This commit is contained in:
parent
01ac9b637d
commit
eef4ab8ca3
@ -34,7 +34,7 @@ ENV LD_PRELOAD /lib/stack-fix.so
|
|||||||
|
|
||||||
RUN npm config set unsafe-perm true
|
RUN npm config set unsafe-perm true
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add rust=1.50.0-r0 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh && \
|
||||||
apk add --no-cache docker-cli python3 && \
|
apk add --no-cache docker-cli python3 && \
|
||||||
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
|
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
|
||||||
pip3 install docker-compose && \
|
pip3 install docker-compose && \
|
||||||
|
Loading…
Reference in New Issue
Block a user