Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
959769a05c | ||
|
|
6883446078 | ||
|
|
dc02217869 |
@@ -237,7 +237,7 @@ EOF
|
||||
## "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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user