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>
This commit is contained in:
Andrei Jiroh Halili 2024-06-03 03:03:49 +08:00 committed by GitHub
parent b6c4a49739
commit d433bdf7b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,9 @@ RUN pip install --no-cache \
pillow \
cairosvg \
pipenv \
pipx
pipx \
&& npm install -g corepack \
&& corepack enable
# Trust directory, required for git >= 2.35.2
# Follows the docs for the Docker-based site build setup