Several small fixes

* Mono config on MacOSX is not portable from the Linux and Windows
version.
* Rename the compilers so that 'gcc' and 'g++' are the new version by
default.
* Add default environment variables to containers.
This commit is contained in:
Hein-Pieter van Braam
2019-01-17 23:06:38 +01:00
parent 736a387fc4
commit e5d6158b9e
7 changed files with 74 additions and 12 deletions

View File

@@ -29,4 +29,7 @@ RUN dnf -y install scons mingw32-gcc mingw32-gcc-c++ mingw32-winpthreads-static
cp -rvp /etc/mono /root/dependencies/mono-32/etc && \
rm -rf /root/mono-${mono_version}
ENV MONO32_PREFIX=/root/dependencies/mono-32
ENV MONO64_PREFIX=/root/dependencies/mono-64
CMD ['/bin/bash']