fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-27 00:58:20 +00:00
parent 6671bdd6a6
commit 7aa27daebc

View File

@ -34,7 +34,8 @@ ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk update && \
apk add --no-cache docker-cli rust=1.50.0-r0 python3 && \
apk add rust --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
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 && \
pip3 install docker-compose && \
apk del .docker-compose-deps