'update files with ansible'

This commit is contained in:
git 2024-02-19 10:34:29 +00:00
parent 744c165222
commit 6c8bf0ba85

View File

@ -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