Skip to content

Update docker build instructions #104

Description

@sluzynsk

The docker build instructions currently state to run:
docker run --volume=$(pwd):/home/circleci/project olback/rust-gtk-linux cargo build --release

That docker container is out of date and listed as deprecated on dockerhub besides. The app builds correctly with the new container:
docker run --volume=$(pwd):/home/circleci/project olback/rust-linux-gtk cargo build --release

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions