upd Dockerfile

This commit is contained in:
Dmitry Belyaev 2024-10-22 16:13:44 +03:00
parent 232ad335fa
commit f5e207654c
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -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 . .