From 443cbe5b8e1de67fec6a3f0bdb8649e6d05cedda Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 28 Dec 2023 22:45:26 +0000 Subject: [PATCH] Add cargo-deb to image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 48fe2f1..c44056d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM rust:latest RUN apt update && apt install -y nodejs +RUN cargo install cargo-deb ENTRYPOINT ["dockerd-entrypoint.sh"] CMD ["bash"] \ No newline at end of file