mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
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:
parent
b6c4a49739
commit
d433bdf7b2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue