fix(web): drop obsolete bun symlink workaround in dev Dockerfile #61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/web-dockerfile-bun-base-image-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The rust-builder-glibc base image now ships /usr/local/bin/bun as a real world-readable file (mode 755) with /usr/local/bin/bunx symlinked to it, instead of a symlink into the root-only /root/.bun. The old BUNYIP-37 workaround that copied bun out of /root/.bun now fails the build with "cp: cannot stat '/root/.bun/bin/bun': No such file or directory", breaking
just dev-sso. The base image already solves the /root traversal problem, so remove the RUN block entirely.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com