Skip to content

Commit

Permalink
Fix empty continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 12, 2024
1 parent 75639b6 commit bb287d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ RUN set -ex; \
corepack enable pnpm; \
# corepack pack -o ./corepack.tgz; \
# COREPACK_ENABLE_NETWORK=0 corepack install -g ./corepack.tgz;

#
# https://github.com/nodejs/corepack/pull/446#issue-2218976611
corepack install; \
corepack pnpm --version; \

#
# https://github.com/nodejs/corepack/issues/414#issuecomment-2096218732
# https://github.com/nodejs/corepack/blob/bc13d40037d0b1bfd386e260ae741f55505b5c7c/sources/folderUtils.ts#L26-L31
chmod 444 /idk/corepack/lastKnownGood.json; \
Expand Down

0 comments on commit bb287d1

Please sign in to comment.