nixpacks icon indicating copy to clipboard operation
nixpacks copied to clipboard

Requiring docker when supplying --out

Open lamebear opened this issue 7 months ago • 5 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the bug

I run into an error when running nixpacks build with the --out param:

Error: Please install Docker to build the app https://docs.docker.com/engine/install/

To reproduce

nixpacks build . --name some-name --out path/to/out/dir --no-cache --config assets/nixpacks/golang.toml --build-cmd "go build -o out ./path/to/source"

Expected behavior

Docker should not be required for generating a Dockerfile

Environment

Alpine 3.19 Nixpacks 1.24.6

lamebear avatar Jul 18 '24 17:07 lamebear