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
|
ARG OPENAI_KEY
|
||||||
RUN apt-get update && apt-get --no-install-recommends install -y libopus-dev
|
RUN apt-get update && apt-get --no-install-recommends install -y libopus-dev
|
||||||
WORKDIR /usr/src/myapp
|
WORKDIR /usr/src/myapp
|
||||||
|
@ -11,8 +11,8 @@ COPY --from=mwader/static-ffmpeg:6.0 /ffmpeg /usr/local/bin/
|
||||||
RUN apt-get update && apt-get --no-install-recommends install -y \
|
RUN apt-get update && apt-get --no-install-recommends install -y \
|
||||||
libopus0 \
|
libopus0 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& 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
|
RUN chmod 755 /usr/local/bin/yt-dlp
|
||||||
COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat
|
COPY --from=builder /usr/local/cargo/bin/dj_kitty_cat /usr/local/bin/dj_kitty_cat
|
||||||
RUN useradd djkk
|
RUN useradd djkk
|
||||||
|
|
Loading…
Add table
Reference in a new issue