Skip to content

Commit

Permalink
Install openssl in docker image (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt authored Feb 28, 2024
1 parent c8aa4d7 commit efe3681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN cargo build --bin ord --release
FROM debian:bookworm-slim

COPY --from=builder /usr/src/ord/target/release/ord /usr/local/bin
RUN apt-get update && apt-get install -y openssl

ENV RUST_BACKTRACE=1
ENV RUST_LOG=info

0 comments on commit efe3681

Please sign in to comment.