mediainfo is dead, long live ffprobe
This commit is contained in:
@@ -18,7 +18,6 @@ RUN \
|
||||
apt-get install --no-install-recommends -y \
|
||||
jq \
|
||||
libicu66 \
|
||||
libmediainfo0v5 \
|
||||
sqlite3 && \
|
||||
echo "**** install radarr ****" && \
|
||||
mkdir -p /app/radarr/bin && \
|
||||
|
||||
@@ -18,7 +18,6 @@ RUN \
|
||||
apt-get install --no-install-recommends -y \
|
||||
jq \
|
||||
libicu66 \
|
||||
libmediainfo0v5 \
|
||||
sqlite3 && \
|
||||
echo "**** install radarr ****" && \
|
||||
mkdir -p /app/radarr/bin && \
|
||||
|
||||
@@ -18,7 +18,6 @@ RUN \
|
||||
apt-get install --no-install-recommends -y \
|
||||
jq \
|
||||
libicu66 \
|
||||
libmediainfo0v5 \
|
||||
sqlite3 && \
|
||||
echo "**** install radarr ****" && \
|
||||
mkdir -p /app/radarr/bin && \
|
||||
|
||||
@@ -244,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.12.21:** - Remove unused dependencies.
|
||||
* **17.10.21:** - Remove `UMASK_SET`.
|
||||
* **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.
|
||||
|
||||
@@ -56,6 +56,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "13.12.21:", desc: "Remove unused dependencies." }
|
||||
- { date: "17.10.21:", desc: "Remove `UMASK_SET`." }
|
||||
- { 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." }
|
||||
|
||||
Reference in New Issue
Block a user