fix meta
This commit is contained in:
parent
3127d1b287
commit
ab75b1f3e4
2 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,9 @@ RUN cargo build --release
|
|||
FROM debian:buster
|
||||
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN apt install -y gnupg ca-certificates openssl ffmpeg
|
||||
RUN apt install -y gnupg ca-certificates openssl ffmpeg python3 python3-mutagen
|
||||
|
||||
COPY ./src/extract_metadata.py /extract_metadata.py
|
||||
COPY --from=builder /app/target/release/synthwave /synthwave
|
||||
|
||||
WORKDIR /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue