fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-27 00:36:58 +00:00
parent a47ab357f7
commit 665c7aaada

View File

@ -33,5 +33,5 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk add --update py-pip && pip install docker-compose
RUN apk add --update py-pip3 && pip3 install docker-compose