fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-27 01:14:08 +00:00
parent c2a493ae5a
commit cf21b33831

View File

@ -34,7 +34,7 @@ ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk update && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh && \
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
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 && \