Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06b3cdadb4 | ||
|
|
2ba5712784 | ||
|
|
0c21d5e626 | ||
|
|
5be7976f0a | ||
|
|
959769a05c | ||
|
|
6883446078 | ||
|
|
dc02217869 |
@@ -237,7 +237,7 @@ EOF
|
|||||||
## "main" stage
|
## "main" stage
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
m4_ifdef([[CROSS_ARCH]], [[FROM docker.io/CROSS_ARCH/ubuntu:24.04]], [[FROM docker.io/ubuntu:24.04]]) AS main
|
m4_ifdef([[CROSS_ARCH]], [[FROM dtcooper/raspberrypi-os:latest]], [[FROM dtcooper/raspberrypi-os:latest]]) AS main
|
||||||
|
|
||||||
SHELL ["/bin/sh", "-euc"]
|
SHELL ["/bin/sh", "-euc"]
|
||||||
|
|
||||||
@@ -248,6 +248,11 @@ RUN <<-EOF
|
|||||||
find /etc/apt/preferences.d/ -type f -not -perm 0644 -exec chmod 0644 '{}' ';'
|
find /etc/apt/preferences.d/ -type f -not -perm 0644 -exec chmod 0644 '{}' ';'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
RUN <<-EOF
|
||||||
|
sed -i '/^Types: deb$/s/$/ deb-src/' /etc/apt/sources.list.d/debian.sources
|
||||||
|
sed -i '/^Components: main$/s/$/ contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
|
||||||
|
EOF
|
||||||
|
|
||||||
# Install base packages
|
# Install base packages
|
||||||
RUN <<-EOF
|
RUN <<-EOF
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
@@ -270,6 +275,8 @@ RUN <<-EOF
|
|||||||
libgl1 \
|
libgl1 \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgles2 \
|
libgles2 \
|
||||||
|
libgles2-mesa \
|
||||||
|
libgles2-mesa-dev \
|
||||||
libglu1 \
|
libglu1 \
|
||||||
libglvnd0 \
|
libglvnd0 \
|
||||||
libglx-mesa0 \
|
libglx-mesa0 \
|
||||||
@@ -279,7 +286,7 @@ RUN <<-EOF
|
|||||||
libpam0g \
|
libpam0g \
|
||||||
libpixman-1-0 \
|
libpixman-1-0 \
|
||||||
libpulse0 \
|
libpulse0 \
|
||||||
libssl3t64 \
|
libssl3 \
|
||||||
libsystemd0 \
|
libsystemd0 \
|
||||||
libx11-6 \
|
libx11-6 \
|
||||||
libx11-xcb1 \
|
libx11-xcb1 \
|
||||||
@@ -292,7 +299,7 @@ RUN <<-EOF
|
|||||||
libxml2 \
|
libxml2 \
|
||||||
libxrandr2 \
|
libxrandr2 \
|
||||||
libxshmfence1 \
|
libxshmfence1 \
|
||||||
libxt6t64 \
|
libxt6 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
libxv1 \
|
libxv1 \
|
||||||
locales \
|
locales \
|
||||||
@@ -319,6 +326,7 @@ RUN <<-EOF
|
|||||||
xserver-xorg-video-dummy \
|
xserver-xorg-video-dummy \
|
||||||
xserver-xorg-video-fbdev \
|
xserver-xorg-video-fbdev \
|
||||||
xserver-xorg-video-vesa \
|
xserver-xorg-video-vesa \
|
||||||
|
xorg-dev \
|
||||||
zlib1g
|
zlib1g
|
||||||
m4_ifelse(ENABLE_AMD_SUPPORT, 1, [[m4_dnl
|
m4_ifelse(ENABLE_AMD_SUPPORT, 1, [[m4_dnl
|
||||||
apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \
|
apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \
|
||||||
@@ -382,8 +390,7 @@ RUN <<-EOF
|
|||||||
gnome-keyring \
|
gnome-keyring \
|
||||||
gtk2-engines-pixbuf \
|
gtk2-engines-pixbuf \
|
||||||
htop \
|
htop \
|
||||||
indicator-application \
|
ayatana-indicator-messages \
|
||||||
indicator-messages \
|
|
||||||
iproute2 \
|
iproute2 \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
libavcodec-extra \
|
libavcodec-extra \
|
||||||
@@ -438,7 +445,7 @@ RUN <<-EOF
|
|||||||
xfonts-base \
|
xfonts-base \
|
||||||
xinput \
|
xinput \
|
||||||
xterm \
|
xterm \
|
||||||
xubuntu-default-settings \
|
debian-mate-default-settings \
|
||||||
xutils \
|
xutils \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
zenity \
|
zenity \
|
||||||
|
|||||||
Reference in New Issue
Block a user