mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
Optimize mono & dnf downloads
This commit is contained in:
@@ -4,7 +4,6 @@ WORKDIR /root
|
||||
|
||||
RUN dnf -y upgrade --setopt=install_weak_deps=False && \
|
||||
dnf -y install --setopt=install_weak_deps=False \
|
||||
bash bzip2 curl git make patch pkgconfig python3 scons unzip which xz && \
|
||||
dnf clean all
|
||||
bash bzip2 curl git make patch pkgconfig python3 scons unzip which xz
|
||||
|
||||
CMD /bin/true
|
||||
CMD /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user