OSX: Don't keep backup of mono/etc/config

This commit is contained in:
Rémi Verschelde
2020-01-10 10:52:03 +01:00
parent 8a912c7f0e
commit bf4ea28425

View File

@@ -44,7 +44,6 @@ RUN git clone https://github.com/mono/mono --branch ${mono_version} --single-bra
ln -sf /usr/lib/mono/* /root/dependencies/mono/lib/mono && \
mkdir -p /root/dependencies/mono/etc && \
cp -rvp /etc/mono /root/dependencies/mono/etc/ && \
cp /root/dependencies/mono/etc/mono/config{,.bak} && \
cp /root/files/mono-config-macosx /root/dependencies/mono/etc/mono/config && \
rm -rf /root/mono