Pull mesa from SID

This commit is contained in:
Josh.5
2023-09-30 13:39:37 +13:00
parent f4cad0aab0
commit 7f04d8df01

View File

@@ -150,6 +150,7 @@ RUN \
RUN \ RUN \
echo "**** Update apt database ****" \ echo "**** Update apt database ****" \
&& dpkg --add-architecture i386 \ && dpkg --add-architecture i386 \
&& echo "deb http://deb.debian.org/debian/ sid main" > /etc/apt/sources.list \
&& apt-get update \ && apt-get update \
&& \ && \
echo "**** Install mesa requirements ****" \ echo "**** Install mesa requirements ****" \
@@ -169,15 +170,8 @@ RUN \
mesa-vulkan-drivers:i386 \ mesa-vulkan-drivers:i386 \
vulkan-tools \ vulkan-tools \
&& \ && \
echo "**** Install desktop requirements ****" \
&& apt-get install -y --no-install-recommends \
libdbus-1-3 \
libegl1 \
libgtk-3-0 \
libgtk2.0-0 \
libsdl2-2.0-0 \
&& \
echo "**** Section cleanup ****" \ echo "**** Section cleanup ****" \
&& rm -f /etc/apt/sources.list \
&& apt-get clean autoclean -y \ && apt-get clean autoclean -y \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& rm -rf \ && rm -rf \
@@ -267,6 +261,14 @@ RUN \
echo "**** Update apt database ****" \ echo "**** Update apt database ****" \
&& apt-get update \ && apt-get update \
&& \ && \
echo "**** Install desktop requirements ****" \
&& apt-get install -y --no-install-recommends \
libdbus-1-3 \
libegl1 \
libgtk-3-0 \
libgtk2.0-0 \
libsdl2-2.0-0 \
&& \
echo "**** Install desktop environment ****" \ echo "**** Install desktop environment ****" \
&& apt-get install -y \ && apt-get install -y \
fonts-vlgothic \ fonts-vlgothic \