File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN bash -c "curl -1sLf -o /etc/apt/sources.list.d/caddy-stable.list 'https://dl
17
17
RUN bash -c "curl -1sLf 'https://repos.influxdata.com/influxdata-archive_compat.key' | gpg --dearmor -o /usr/share/keyrings/influxdata.gpg"
18
18
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"
19
19
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"
24
24
25
25
# Update OS and sources
26
26
RUN apt-get update
You can’t perform that action at this time.
0 commit comments