Skip to content

Commit

Permalink
chore: add lose libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 27, 2024
1 parent 6087a05 commit 28ab045
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 @@ WORKDIR /usr/src
COPY Cargo.toml Cargo.lock ./
COPY src ./src

RUN apt install libssl-dev

RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/usr/src/target \
cargo install --path .
Expand Down

0 comments on commit 28ab045

Please sign in to comment.