diff --git a/Dockerfile b/Dockerfile index 6a2a9b7347..779e5f794a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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