Skip to content

Commit

Permalink
Fix for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
anstadnik committed Jun 19, 2022
1 parent 3bb2453 commit 0499c15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions first_aid_bot_rust/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ RUN cargo build --release
FROM debian:buster-slim AS runtime
WORKDIR /app
COPY --from=builder /app/target/release/first_aid_bot_rust /usr/local/bin
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates
RUN update-ca-certificates
ENTRYPOINT first_aid_bot_rust

0 comments on commit 0499c15

Please sign in to comment.