devbox
devbox copied to clipboard
[Bug]: Error after "devbox add" (using docker jetpackio/devbox)
trafficstars
Current Behavior (bug) Docker Version: 24.0.6 OS: Sonoma 14.0 Macbook Pro (Apple M1 Pro)
Steps to reproduce:
- Use the offical jetpackio devbox image (https://hub.docker.com/r/jetpackio/devbox)
- devbox init
- devbox add awscli # or any other package
- the package is installing, but afterwards the process hangs
- Results in the error message below
build_node > [1/1] awscli@latest: Success
build_node > still running...
build_node > still running...
build_node > still running...
build_node >
build_node > Error: There was an error installing nix packages
build_node > source: Command: /home/devbox/.nix-profile/bin/nix print-dev-env /gcl-builds/devbox-test/.devbox/gen/flake --extra-experimental-features ca-derivations --option experimental-features nix-command flakes fetch-closure --json: exit status 1
build_node >
build_node > Error: There was an internal error. Run with DEVBOX_DEBUG=1 for a detailed error message, and consider reporting it at https://github.com/jetpack-io/devbox/issues
build_node finished in 53 s FAIL 1
Expected Behavior (fix) Simply installing devbox packages should work with the docker image of jetpackio.
Additional context devbox version: 0.7.1 contents of devbox.json: empty project (therefore: devbox init)