library-loader icon indicating copy to clipboard operation
library-loader copied to clipboard

Update docker build instructions

Open sluzynsk opened this issue 5 months ago • 0 comments

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

sluzynsk avatar Jul 24 '25 21:07 sluzynsk