3 Commits
v211 ... v214

Author SHA1 Message Date
Chris Richardson
5be7976f0a asd
Some checks failed
Main / Build arm64v8 image (push) Failing after 1m53s
Main / Push arm64v8 image (push) Has been skipped
Main / Push manifest (push) Has been skipped
Main / Publish GitHub release (push) Has been skipped
2025-07-10 23:45:31 -04:00
Chris Richardson
959769a05c asd
Some checks failed
Main / Build arm64v8 image (push) Failing after 27s
Main / Push arm64v8 image (push) Has been skipped
Main / Push manifest (push) Has been skipped
Main / Publish GitHub release (push) Has been skipped
2025-07-10 23:40:16 -04:00
Chris Richardson
6883446078 asd
Some checks failed
Main / Build arm64v8 image (push) Failing after 28s
Main / Push arm64v8 image (push) Has been skipped
Main / Push manifest (push) Has been skipped
Main / Publish GitHub release (push) Has been skipped
2025-07-10 23:32:56 -04:00

View File

@@ -248,6 +248,11 @@ RUN <<-EOF
find /etc/apt/preferences.d/ -type f -not -perm 0644 -exec chmod 0644 '{}' ';'
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
RUN <<-EOF
export DEBIAN_FRONTEND=noninteractive
@@ -279,7 +284,7 @@ RUN <<-EOF
libpam0g \
libpixman-1-0 \
libpulse0 \
libssl3t64 \
libssl3 \
libsystemd0 \
libx11-6 \
libx11-xcb1 \
@@ -292,7 +297,7 @@ RUN <<-EOF
libxml2 \
libxrandr2 \
libxshmfence1 \
libxt6t64 \
libxt6 \
libxtst6 \
libxv1 \
locales \