fix + add transcode

This commit is contained in:
JMARyA 2024-08-01 14:55:31 +02:00
parent 76e2641008
commit 95a2a71f25
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 50 additions and 4 deletions

View file

@ -8,7 +8,7 @@ RUN cargo build --release
FROM debian:buster
RUN apt update && apt upgrade -y
RUN apt install -y gnupg ca-certificates openssl
RUN apt install -y gnupg ca-certificates openssl ffmpeg
COPY --from=builder /app/target/release/synthwave /synthwave