Skip to content

Commit 69c5d81

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-armv7-rpi-bookworm.pifile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get upgrade -y
2828

2929
# Install modemmanager
3030
RUN apt-get install -y modemmanager # -t bullseye-backports
31-
RUN apt-get install -y dhcpcd -t bookworm
31+
RUN apt-get install -y dhcpcd -t bookworm-backports
3232

3333
# Install some apps, they should be pulled in via dependencies but doing it here causes the
3434
# installation time to be absorbed into the base build.

0 commit comments

Comments
 (0)