fix(core): update
This commit is contained in:
		| @@ -6,8 +6,8 @@ services: | |||||||
| before_script: | before_script: | ||||||
| - apk update | - apk update | ||||||
| - apk add --no-cache git openssl ca-certificates bash curl | - apk add --no-cache git openssl ca-certificates bash curl | ||||||
| - apk add --no-cache make gcc g++ python linux-headers paxctl | - apk add --no-cache make gcc g++ python3 py3-pip linux-headers paxctl | ||||||
| - apk add --no-cache libgcc libstdc++ gnupg nodejs-current nodejs-npm | - apk add --no-cache libgcc libstdc++ gnupg nodejs-current npm | ||||||
| - update-ca-certificates | - update-ca-certificates | ||||||
| - cp ./stack-fix.c /lib/ | - cp ./stack-fix.c /lib/ | ||||||
| - set -ex | - set -ex | ||||||
|   | |||||||
| @@ -9,7 +9,8 @@ RUN apk update && apk add --no-cache \ | |||||||
|   make \ |   make \ | ||||||
|   gcc \ |   gcc \ | ||||||
|   g++ \ |   g++ \ | ||||||
|   python \ |   python3 \ | ||||||
|  |   py3-pip \ | ||||||
|   linux-headers \ |   linux-headers \ | ||||||
|   paxctl \ |   paxctl \ | ||||||
|   libgcc \ |   libgcc \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user