fix: added yt-dlp to docker container
This commit is contained in:
parent
cd879e8af9
commit
f1b0e1e363
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y cmake
|
RUN apt-get install -y cmake yt-dlp
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
CMD ["/usr/src/app/target/release/rustendo"]
|
CMD ["/usr/src/app/target/release/rustendo"]
|
Loading…
Reference in a new issue