Skip to content

Commit

Permalink
added deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Dec 16, 2023
1 parent 8486fa8 commit e017c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lean.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ COPY lean lean
RUN cargo install --path lean

FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
COPY --from=build /usr/local/cargo/bin/lean /usr/local/bin/lean
ENTRYPOINT ["lean"]
1 change: 1 addition & 0 deletions quote-server-adaptor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ COPY quote-server-adaptor quote-server-adaptor
RUN cargo install --path quote-server-adaptor

FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
COPY --from=build /usr/local/cargo/bin/quote-server-adaptor /usr/local/bin/quote-server-adaptor
ENTRYPOINT ["quote-server-adaptor"]

0 comments on commit e017c74

Please sign in to comment.