'update files with ansible'

This commit is contained in:
git 2023-10-17 13:59:25 +00:00
parent 86fec79c4e
commit a3c446f7a2

View File

@ -11,7 +11,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 libmediainfo ca-certificates mono-core zip curl libgdiplus libicu --allowerasing && \
update-ca-trust && \
dnf clean all && \