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