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

This commit is contained in:
Chris Richardson
2025-07-10 23:40:16 -04:00
parent 6883446078
commit 959769a05c

View File

@@ -14,10 +14,6 @@ RUN <<-EOF
sed -i '/^Components: main$/s/$/ contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
EOF
RUN <<-EOF
sed -i '/^Components: main$/s/$/ contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
EOF
# Install packages
RUN <<-EOF
export DEBIAN_FRONTEND=noninteractive
@@ -252,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