diff --git a/Dockerfile b/Dockerfile index c44056d..3f15b9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM rust:latest -RUN apt update && apt install -y nodejs +RUN apt update && apt install -y nodejs liblzma-dev RUN cargo install cargo-deb ENTRYPOINT ["dockerd-entrypoint.sh"] CMD ["bash"] \ No newline at end of file