mediainfo is dead, long live ffprobe

This commit is contained in:
Roxedus
2021-12-13 12:28:27 +01:00
parent 455f66aaef
commit 8bd305244b
5 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ RUN \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
jq \ jq \
libicu66 \ libicu66 \
libmediainfo0v5 \
sqlite3 && \ sqlite3 && \
echo "**** install radarr ****" && \ echo "**** install radarr ****" && \
mkdir -p /app/radarr/bin && \ mkdir -p /app/radarr/bin && \

View File

@@ -18,7 +18,6 @@ RUN \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
jq \ jq \
libicu66 \ libicu66 \
libmediainfo0v5 \
sqlite3 && \ sqlite3 && \
echo "**** install radarr ****" && \ echo "**** install radarr ****" && \
mkdir -p /app/radarr/bin && \ mkdir -p /app/radarr/bin && \

View File

@@ -18,7 +18,6 @@ RUN \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
jq \ jq \
libicu66 \ libicu66 \
libmediainfo0v5 \
sqlite3 && \ sqlite3 && \
echo "**** install radarr ****" && \ echo "**** install radarr ****" && \
mkdir -p /app/radarr/bin && \ mkdir -p /app/radarr/bin && \

View File

@@ -244,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **13.12.21:** - Remove unused dependencies.
* **17.10.21:** - Remove `UMASK_SET`. * **17.10.21:** - Remove `UMASK_SET`.
* **11.07.21:** - Make the paths clearer to the user * **11.07.21:** - Make the paths clearer to the user
* **17.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information. * **17.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.

View File

@@ -56,6 +56,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "13.12.21:", desc: "Remove unused dependencies." }
- { date: "17.10.21:", desc: "Remove `UMASK_SET`." } - { date: "17.10.21:", desc: "Remove `UMASK_SET`." }
- { date: "11.07.21:", desc: "Make the paths clearer to the user" } - { date: "11.07.21:", desc: "Make the paths clearer to the user" }
- { date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." } - { date: "17.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }