'update files with ansible'
This commit is contained in:
parent
9f2b3b8a7a
commit
189d8ff739
@ -13,7 +13,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 && \
|
||||
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 && \
|
||||
rm -rf /tmp/src && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user