denzp / cargo-wharf

Cacheable and efficient Docker images builder for Rust
https://hub.docker.com/r/denzp/cargo-wharf-frontend
Apache License 2.0
229 stars 8 forks source link

Support workspaces #27

Open haze opened 4 years ago

haze commented 4 years ago

Error response from daemon: Dockerfile parse error line 2: unknown instruction: [WORKSPACE]

I have to use the silly workspace hack from cargo, but wharf doesn't seem to support an empty workspace tag.

denzp commented 4 years ago

Could you please share the command you use to start the build and Cargo.toml contents?

I believe cargo-wharf is not being used for some reason. The message doesn't look like it's originated from the frontend.

haze commented 4 years ago

Sorry I haven't gotten back to you on this, I'll try to get an example ASAP!