Update rust and yt-dlp
This commit is contained in:
parent
f438fb7341
commit
952cf0cdb6
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.68 as builder
|
||||
FROM rust:1.69 as builder
|
||||
ARG OPENAI_KEY
|
||||
RUN apt-get update && apt-get --no-install-recommends install -y libopus-dev
|
||||
WORKDIR /usr/src/myapp
|
||||
|
@ -12,7 +12,7 @@ RUN apt-get update && apt-get --no-install-recommends install -y \
|
|||
libopus0 \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
ADD https://github.com/anpage/yt-dlp/releases/download/2023.03.23.040309/yt-dlp_linux /usr/local/bin/yt-dlp
|
||||
ADD https://github.com/anpage/yt-dlp/releases/download/2023.05.25.023208/yt-dlp_linux /usr/local/bin/yt-dlp
|
||||
RUN chmod 755 /usr/local/bin/yt-dlp
|
||||
COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat
|
||||
RUN useradd djkk
|
||||
|
|
Loading…
Add table
Reference in a new issue