Skip to content

image build error #6

Description

@LHolst

when i run docker build -t whitebox-tools . i am getting these errors

error[E0658]: `crate` in paths is experimental (see issue #45477)
  --> src/main.rs:44:5
   |
44 | use crate::tools::ToolManager;
   |     ^^^^^

error: aborting due to 1545 previous errors

Some errors occurred: E0412, E0425, E0432, E0433, E0658.
For more information about an error, try `rustc --explain E0412`.
error: Could not compile `whitebox_tools`.

To learn more, run the command again with --verbose.
The command '/bin/sh -c git clone https://github.com/jblindsay/whitebox-tools.git ${APP_HOME}/whitebox &&     cd ${APP_HOME}/whitebox &&     cargo build --release &&     mv target/release/whitebox_tools /usr/local/bin' returned a non-zero code: 101

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions