From 919ce440598d3932be7d1d48d3d5efc50eb4238f Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Fri, 18 Mar 2022 08:26:19 -0400 Subject: [PATCH] Fix empty audioType when using container version --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 23ae026..6283aee 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ RUN mkdir -p /app/data && \ cd .. && \ rm -fr server /root/.cache /root/go && \ apk del .build && \ - apk --no-cache --no-progress add ffmpeg tzdata + apk --no-cache --no-progress add ffmpeg mailcap tzdata VOLUME [ "/app/data" ] EXPOSE 3000 ENTRYPOINT [ "./rdio-scanner", "-base_dir", "/app/data" ] \ No newline at end of file