fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-27 00:40:24 +00:00
parent f5cc4d4339
commit e4d88c1732

View File

@ -33,5 +33,9 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk add --update py-pip3 && pip3 install docker-compose
RUN apk update && \
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