'update files with ansible'

This commit is contained in:
git 2023-10-16 12:51:34 +00:00
parent 189d8ff739
commit 589e369c17

View File

@ -14,8 +14,8 @@ RUN dnf update -y && \
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ 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 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 --allowerasing && \
apk del make gcc g++ && \
cert-sync /etc/ssl/certs/ca-certificates.crt && \ cert-sync /etc/ssl/certs/ca-certificates.crt && \
dnf clean all && \
rm -rf /tmp/src && \ rm -rf /tmp/src && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*