diff --git a/Dockerfile b/Dockerfile index b48cfa6..b94baf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app COPY . . RUN apt-get update -RUN apt-get install -y cmake +RUN apt-get install -y cmake yt-dlp RUN cargo build --release CMD ["/usr/src/app/target/release/rustendo"] \ No newline at end of file