From bdfa40bc9c73d76564fc3061f8ede8cd43032b9c Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 29 Feb 2020 09:32:15 -0800 Subject: [PATCH] lib name change for focal --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 733e699..ee9b8ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN \ apt-get update && \ apt-get install --no-install-recommends -y \ jq \ - libicu63 \ + libicu65 \ libmediainfo0v5 \ sqlite3 && \ echo "**** install radarr ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e9dfeac..d8426d0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -17,7 +17,7 @@ RUN \ apt-get update && \ apt-get install --no-install-recommends -y \ jq \ - libicu63 \ + libicu65 \ libmediainfo0v5 \ sqlite3 && \ echo "**** install radarr ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 666e4f5..567da96 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -17,7 +17,7 @@ RUN \ apt-get update && \ apt-get install --no-install-recommends -y \ jq \ - libicu63 \ + libicu65 \ libmediainfo0v5 \ sqlite3 && \ echo "**** install radarr ****" && \