Skip to content

Commit

Permalink
Install OpenSSL for Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meade committed Oct 16, 2024
1 parent 0ef1b8d commit 1127c07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#----------------------------------------------------------------------------
FROM rust:slim-bookworm AS build

RUN apt-get update && apt-get install -y libssl-dev pkg-config build-essential

COPY Cargo.lock Cargo.toml /build/
COPY src /build/src

Expand Down

0 comments on commit 1127c07

Please sign in to comment.