Fix mediainfo number parsing

This commit is contained in:
Zoe Roux
2023-05-26 01:05:51 +09:00
parent 64d4ee9168
commit dbe85322ea
5 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM rust:alpine
RUN apk add --no-cache musl-dev ffmpeg
RUN apk add --no-cache musl-dev ffmpeg mediainfo
RUN cargo install cargo-watch
WORKDIR /app