Skip to content

Commit bf4ea28

Browse files
committed
OSX: Don't keep backup of mono/etc/config
1 parent 8a912c7 commit bf4ea28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile.osx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ RUN git clone https://github.com/mono/mono --branch ${mono_version} --single-bra
4444
ln -sf /usr/lib/mono/* /root/dependencies/mono/lib/mono && \
4545
mkdir -p /root/dependencies/mono/etc && \
4646
cp -rvp /etc/mono /root/dependencies/mono/etc/ && \
47-
cp /root/dependencies/mono/etc/mono/config{,.bak} && \
4847
cp /root/files/mono-config-macosx /root/dependencies/mono/etc/mono/config && \
4948
rm -rf /root/mono
5049

0 commit comments

Comments
 (0)