Add cargo-deb to image
All checks were successful
Build Custom rust-node image / build-container (push) Successful in 2m55s
All checks were successful
Build Custom rust-node image / build-container (push) Successful in 2m55s
This commit is contained in:
parent
608fa6bf0e
commit
443cbe5b8e
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
Loading…
Reference in a new issue