fix + add transcode
This commit is contained in:
parent
76e2641008
commit
95a2a71f25
6 changed files with 50 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue