File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
1414 apt-get -y update && \
1515 apt-get -y install --no-install-recommends \
1616 autoconf automake bzip2 cmake curl gettext git libtool make perl scons xz-utils \
17- gcc-8 g++-8 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
17+ gcc-9 g++-9 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
1818 libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
19- ln -sf /usr/bin/gcc-ranlib-8 /usr/bin/gcc-ranlib && \
20- ln -sf /usr/bin/gcc-ar-8 /usr/bin/gcc-ar && \
21- ln -sf /usr/bin/gcc-8 /usr/bin/gcc && \
22- ln -sf /usr/bin/g++-8 /usr/bin/g++
19+ ln -sf /usr/bin/gcc-ranlib-9 /usr/bin/gcc-ranlib && \
20+ ln -sf /usr/bin/gcc-ar-9 /usr/bin/gcc-ar && \
21+ ln -sf /usr/bin/gcc-9 /usr/bin/gcc && \
22+ ln -sf /usr/bin/g++-9 /usr/bin/g++
2323
2424RUN cd /root && \
2525 git clone https://github.com/mono/mono --branch ${mono_version} --single-branch && \
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
1414 apt-get -y update && \
1515 apt-get -y install --no-install-recommends \
1616 autoconf automake bzip2 cmake curl gettext git libtool make perl scons xz-utils \
17- gcc-8 g++-8 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
17+ gcc-9 g++-9 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
1818 libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
19- ln -sf /usr/bin/gcc-ranlib-8 /usr/bin/gcc-ranlib && \
20- ln -sf /usr/bin/gcc-ar-8 /usr/bin/gcc-ar && \
21- ln -sf /usr/bin/gcc-8 /usr/bin/gcc && \
22- ln -sf /usr/bin/g++-8 /usr/bin/g++
19+ ln -sf /usr/bin/gcc-ranlib-9 /usr/bin/gcc-ranlib && \
20+ ln -sf /usr/bin/gcc-ar-9 /usr/bin/gcc-ar && \
21+ ln -sf /usr/bin/gcc-9 /usr/bin/gcc && \
22+ ln -sf /usr/bin/g++-9 /usr/bin/g++
2323
2424RUN cd /root && \
2525 git clone https://github.com/mono/mono --branch ${mono_version} --single-branch && \
You can’t perform that action at this time.
0 commit comments