Add cargo-deb to image

This commit is contained in:
Neshura 2023-12-28 22:45:26 +00:00
parent 608fa6bf0e
commit 443cbe5b8e

View file

@ -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"]