Optimize mono & dnf downloads

This commit is contained in:
Cory Petkovsek
2020-03-20 01:13:06 +08:00
parent 854a4e462d
commit 86739a8185
14 changed files with 113 additions and 114 deletions

View File

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