fix: install libssk-dev to compile openssl
This commit is contained in:
parent
abf4ded284
commit
0ba21e184d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN make frontend
|
||||||
|
|
||||||
FROM rust:1-slim-bookworm as rust
|
FROM rust:1-slim-bookworm as rust
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN apt-get update && apt-get install -y git
|
RUN apt-get update && apt-get install -y git libssl-dev
|
||||||
COPY . /src
|
COPY . /src
|
||||||
COPY --from=frontend /src/static/cache/bundle /src/static/cache/bundle
|
COPY --from=frontend /src/static/cache/bundle /src/static/cache/bundle
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
Loading…
Reference in a new issue