Skip to content

Commit

Permalink
get dhcpcd from bookworm-backports
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Dec 9, 2024
1 parent dba05cd commit 69c5d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-armv7-rpi-bookworm.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get upgrade -y

# Install modemmanager
RUN apt-get install -y modemmanager # -t bullseye-backports
RUN apt-get install -y dhcpcd -t bookworm
RUN apt-get install -y dhcpcd -t bookworm-backports

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

0 comments on commit 69c5d81

Please sign in to comment.