Skip to content

Commit

Permalink
changed base inmage (something to do with clibs)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Dec 16, 2023
1 parent e017c74 commit be946ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lean.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY protos protos
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/*
FROM debian:stable-slim
COPY --from=build /usr/local/cargo/bin/lean /usr/local/bin/lean
ENTRYPOINT ["lean"]
3 changes: 1 addition & 2 deletions quote-server-adaptor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY protos protos
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/*
FROM debian:stable-slim
COPY --from=build /usr/local/cargo/bin/quote-server-adaptor /usr/local/bin/quote-server-adaptor
ENTRYPOINT ["quote-server-adaptor"]

0 comments on commit be946ad

Please sign in to comment.