fix(core): update
This commit is contained in:
		| @@ -25,7 +25,8 @@ RUN apk update && apk add --no-cache \ | ||||
|   rust \ | ||||
|   docker-cli \ | ||||
|   libffi-dev \ | ||||
|   libc-dev | ||||
|   libc-dev \ | ||||
|   docker-compose | ||||
|  | ||||
| # Add the patch fix | ||||
| COPY ./stack-fix.c /lib/ | ||||
| @@ -42,9 +43,3 @@ RUN set -ex \ | ||||
| ENV LD_PRELOAD /lib/stack-fix.so | ||||
|  | ||||
| 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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user