Skip to content

Commit 8e93683

Browse files
committed
get dhcpcd from bookworm-backports
1 parent 69c5d81 commit 8e93683

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

base-armv7-rpi-bookworm.pifile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN bash -c "curl -1sLf -o /etc/apt/sources.list.d/caddy-stable.list 'https://dl
1717
RUN bash -c "curl -1sLf 'https://repos.influxdata.com/influxdata-archive_compat.key' | gpg --dearmor -o /usr/share/keyrings/influxdata.gpg"
1818
RUN bash -c "echo 'deb [signed-by=/usr/share/keyrings/influxdata.gpg] https://repos.influxdata.com/debian stable main' >/etc/apt/sources.list.d/influxdata.list"
1919

20-
# Set-up bullseye backports (we need modemmanager from there specifically)
21-
# apt only installs packages from this repo if -t bullseye-backports is specified
22-
#RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 0E98404D386FA1D9
23-
#RUN bash -c "echo 'deb http://deb.debian.org/debian/ bullseye-backports main' >/etc/apt/sources.list.d/bullseye-backports.list"
20+
# Set-up bookworm backports (we need dhcpcd from there specifically)
21+
# apt only installs packages from this repo if -t bookworm-backports is specified
22+
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 0E98404D386FA1D9
23+
RUN bash -c "echo 'deb http://deb.debian.org/debian/ bookworm-backports main' >/etc/apt/sources.list.d/bookworm-backports.list"
2424

2525
# Update OS and sources
2626
RUN apt-get update

0 commit comments

Comments
 (0)