diff --git a/Dockerfile b/Dockerfile index e136461..8ee5d59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,7 @@ RUN apt-get update && \ RUN apt update && apt install -y \ pkg-config -RUN --mount=type=cache,target=/usr/local/cargo/registry \ - --mount=type=cache,target=/usr/src/target \ - cargo install --path . +RUN cargo install --path . FROM alpine as runner