upd Dockerfile

This commit is contained in:
2024-10-22 16:13:44 +03:00
parent 232ad335fa
commit f5e207654c

@ -1,5 +1,6 @@
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
WORKDIR /app
RUN apt --no-install-recommends update && apt install -y libssl-dev
FROM chef AS planner
COPY . .