FROM rust:latest RUN apt update && apt install -y nodejs liblzma-dev RUN cargo install cargo-deb ENTRYPOINT ["dockerd-entrypoint.sh"] CMD ["bash"]