Add cargo-deb dependency
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
443cbe5b8e
commit
df3f998566
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM rust:latest
|
FROM rust:latest
|
||||||
RUN apt update && apt install -y nodejs
|
RUN apt update && apt install -y nodejs liblzma-dev
|
||||||
RUN cargo install cargo-deb
|
RUN cargo install cargo-deb
|
||||||
ENTRYPOINT ["dockerd-entrypoint.sh"]
|
ENTRYPOINT ["dockerd-entrypoint.sh"]
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
Loading…
Reference in a new issue