#bun install fails in dockerfile

1 messages · Page 1 of 1 (latest)

bold cargo
#

I have a dockerfile pretty much copied from here https://bun.sh/guides/ecosystem/docker, when I try to build on MacOS I get:

ERROR: failed to solve: process "/bin/sh -c cd /temp/dev && bun install --frozen-lockfile" did not complete successfully: exit code: 1

nimble sun
#

I think you should add --verbose. Probably won't fix the issue, but will provide some information which might help.