Skip to content

Commit

Permalink
Removed unused protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
legendofa committed Feb 6, 2024
1 parent 5994781 commit ca5bd0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions base-dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ RUN cargo build --release --bin misarch-review
# We do not need the Rust toolchain to run the binary!
FROM debian:bookworm-slim AS runtime

RUN apt update && apt install -y protobuf-compiler && rm -rf /var/lib/apt/lists/*

WORKDIR /misarch-review
COPY --from=builder /misarch-review/target/release/misarch-review /usr/local/bin
ENTRYPOINT ["/usr/local/bin/misarch-review"]
2 changes: 0 additions & 2 deletions dev-dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM rust:1.75-slim-bookworm

RUN apt update && apt install -y protobuf-compiler && rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/misarch-review

COPY . .
Expand Down
2 changes: 0 additions & 2 deletions devcontainer-dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM rust:1.75-slim-bookworm

RUN apt update && apt install -y protobuf-compiler && rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/misarch-review

0 comments on commit ca5bd0a

Please sign in to comment.