-
-
Notifications
You must be signed in to change notification settings - Fork 32
dashboard docker build fails on ZFS #23
Copy link
Copy link
Open
Description
Not sure this needs to be fixed here. Mostly adding as an FYI in case someone else comes across it.
On ZFS supported systems Docker build will fail with :
ERR_PNPM_EAGAIN EAGAIN: resource temporarily unavailable, copyfile [...]
on step
Line 10 in 52a9be7
| RUN pnpm install --frozen-lockfile |
Workaround, change to:
RUN pnpm install --frozen-lockfile --package-import-method=hardlinkRelates pnpm/pnpm#7024 (comment)
pnpm version pin in Dockerfile will need updating if fixed upstream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels