Remove unused build dependencies

We now default to everything bundled in 3.2 and 3.1.2+.
This commit is contained in:
Rémi Verschelde 2019-11-15 10:20:29 +01:00
parent 046e892f76
commit 79fbeca9b4
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@ ARG mono_version
FROM godot-mono:${mono_version}
ARG mono_version
RUN dnf -y install xorg-x11-server-Xvfb libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel mesa-libGL-devel alsa-lib-devel pulseaudio-libs-devel freetype-devel openssl-devel libudev-devel mesa-libGLU-devel mesa-dri-drivers && dnf clean all
RUN dnf -y install xorg-x11-server-Xvfb libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel mesa-libGL-devel alsa-lib-devel pulseaudio-libs-devel libudev-devel mesa-libGLU-devel mesa-dri-drivers && dnf clean all
CMD ['/bin/bash']

View File

@ -14,7 +14,7 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y bzip2 cmake curl git make perl scons xz-utils && \
apt-get install -y gcc-8 g++-8 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
libfreetype6-dev libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
ln -sf /usr/bin/gcc-ranlib-8 /usr/bin/gcc-ranlib && \
ln -sf /usr/bin/gcc-ar-8 /usr/bin/gcc-ar && \
ln -sf /usr/bin/gcc-8 /usr/bin/gcc && \

View File

@ -14,7 +14,7 @@ RUN apt-get update && \
apt-get update && \
apt-get install -y bzip2 cmake curl git make perl scons xz-utils && \
apt-get install -y gcc-8 g++-8 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
libfreetype6-dev libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
ln -sf /usr/bin/gcc-ranlib-8 /usr/bin/gcc-ranlib && \
ln -sf /usr/bin/gcc-ar-8 /usr/bin/gcc-ar && \
ln -sf /usr/bin/gcc-8 /usr/bin/gcc && \