Don't run make distclean, it fails on latest mono

This commit is contained in:
Rémi Verschelde 2019-11-14 14:47:51 +01:00
parent 20eec12cdb
commit 341c290a6e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN dnf -y install autoconf automake libtool cmake gcc gcc-c++ make which perl p
cd mono-${mono_version} && \
autoreconf -vfi && \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib/mono --disable-boehm && \
make -j && make install && make distclean && \
make -j && make install && \
cd /root && \
rm -rf mono-${mono_version} && \
cert-sync /etc/pki/tls/certs/ca-bundle.crt