Fixing packages in Dockerfile (#162)

This commit is contained in:
Alexey Fadeev 2024-06-19 23:44:47 +02:00 committed by GitHub
parent ca1b2f4994
commit 1033d3b503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \
rm -f $PROTOC_ZIP
COPY --from=planner /usr/src/recipe.json recipe.json
COPY Cargo.lock Cargo.lock
RUN cargo chef cook --release --recipe-path recipe.json
COPY Cargo.toml Cargo.toml