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