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 69c5d81 commit 8e93683
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base-armv7-rpi-bookworm.pifile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RUN bash -c "curl -1sLf -o /etc/apt/sources.list.d/caddy-stable.list 'https://dl
RUN bash -c "curl -1sLf 'https://repos.influxdata.com/influxdata-archive_compat.key' | gpg --dearmor -o /usr/share/keyrings/influxdata.gpg"
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"

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

# Update OS and sources
RUN apt-get update
Expand Down

0 comments on commit 8e93683

Please sign in to comment.