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