Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 27, 2024
1 parent 05495df commit ab0b6e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab0b6e6

Please sign in to comment.