Adding missing package openssl
This commit is contained in:
parent
0acf82bb18
commit
064d87bb40
|
@ -2,7 +2,7 @@
|
||||||
FROM rust:1.73.0 as base
|
FROM rust:1.73.0 as base
|
||||||
RUN cargo install cargo-chef --locked
|
RUN cargo install cargo-chef --locked
|
||||||
RUN rustup component add rustfmt
|
RUN rustup component add rustfmt
|
||||||
RUN apt-get update && apt-get install -y clang libssl3 libssl-dev cmake ssh
|
RUN apt-get update && apt-get install -y clang libssl3 libssl-dev openssl cmake ssh
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
FROM base AS plan
|
FROM base AS plan
|
||||||
|
|
Loading…
Reference in New Issue