chore(global): temporarily enable corepack to base image
Probably temporary until corepack is included with nodejs package on Alpine soon.Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
Andrei Jiroh Halili 2 years ago d433bdf7 b6c4a497
··· 52 52 pillow \ 53 53 cairosvg \ 54 54 pipenv \ 55 55 - pipx 55 55 + pipx \ 56 56 + && npm install -g corepack \ 57 57 + && corepack enable 56 58 57 59 # Trust directory, required for git >= 2.35.2 58 60 # Follows the docs for the Docker-based site build setup