diff --git a/Dockerfile b/Dockerfile index c7c3d29..5d2cbfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV LANG='en_US.UTF-8' \ RUN dnf update -y && \ dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ dnf install -y epel-release epel-next-release && \ - dnf install -y libmediainfo ca-certificates mono-core zip curl libgdiplus --allowerasing && \ + dnf install -y libicu libmediainfo ca-certificates mono-core zip curl libgdiplus --allowerasing && \ update-ca-trust && \ dnf clean all