~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

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>

Changed files
+3 -1
docker
+3 -1
docker/Dockerfile
···
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