Chaning package source

This commit is contained in:
godmodegalactus 2024-02-06 19:57:41 +01:00
parent 064d87bb40
commit d2f92431e0
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
FROM rust:1.73.0 as base
RUN cargo install cargo-chef --locked
RUN rustup component add rustfmt
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y clang libssl3 libssl-dev openssl cmake ssh
WORKDIR /app