'update files with ansible'
This commit is contained in:
parent
86fec79c4e
commit
a3c446f7a2
@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
RUN dnf update -y && \
|
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 libicu --allowerasing && \
|
||||||
update-ca-trust && \
|
update-ca-trust && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user