fix(core): update
This commit is contained in:
parent
0d9941fb09
commit
c507405605
@ -25,7 +25,8 @@ RUN apk update && apk add --no-cache \
|
|||||||
rust \
|
rust \
|
||||||
docker-cli \
|
docker-cli \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libc-dev
|
libc-dev \
|
||||||
|
docker-compose
|
||||||
|
|
||||||
# Add the patch fix
|
# Add the patch fix
|
||||||
COPY ./stack-fix.c /lib/
|
COPY ./stack-fix.c /lib/
|
||||||
@ -42,9 +43,3 @@ RUN set -ex \
|
|||||||
ENV LD_PRELOAD /lib/stack-fix.so
|
ENV LD_PRELOAD /lib/stack-fix.so
|
||||||
|
|
||||||
RUN npm config set unsafe-perm true
|
RUN npm config set unsafe-perm true
|
||||||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
|
||||||
RUN apk update && \
|
|
||||||
apk add --no-cache --virtual .docker-compose-deps && \
|
|
||||||
pip3 install docker-compose && \
|
|
||||||
apk del .docker-compose-deps
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user