diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52a64a0..bf24f04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,4 +31,4 @@ jobs: with: context: . push: true - tags: Jet-Engine/devspace-rust-container:latest \ No newline at end of file + tags: jet-engine/devspace-rust-container:latest \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bc331d0..367c4b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN apt update && apt upgrade -y &&\ cargo install -f cargo-watch\ cargo-edit cargo-deny\ cargo-upgrades cargo-criterion\ - cargo-udeps + cargo-udeps &&\ + rm -rf ~/.cargo/registry