Skip to content

Commit

Permalink
chore(global): temporarily enable corepack to base image
Browse files Browse the repository at this point in the history
Probably temporary until corepack is included with nodejs package on Alpine soon.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
  • Loading branch information
ajhalili2006 committed Jun 2, 2024
1 parent b6c4a49 commit d433bdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d433bdf

Please sign in to comment.