Skip to content

Commit 2a97b1d

Browse files
committed
[Build]: fix debian package not found issue (#10447)
Why I did it [Build]: fix debian package not found issue
1 parent 3522ac6 commit 2a97b1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sonic-slave-bullseye/Dockerfile.j2

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ RUN echo "deb [arch=amd64] http://debian-archive.trafficmanager.net/debian/ bull
2020
echo "deb-src [arch=amd64] http://debian-archive.trafficmanager.net/debian/ bullseye main contrib non-free" >> /etc/apt/sources.list && \
2121
echo "deb [arch=amd64] http://debian-archive.trafficmanager.net/debian-security/ bullseye-security main contrib non-free" >> /etc/apt/sources.list && \
2222
echo "deb-src [arch=amd64] http://debian-archive.trafficmanager.net/debian-security/ bullseye-security main contrib non-free" >> /etc/apt/sources.list && \
23-
echo "deb [arch=amd64] http://debian-archive.trafficmanager.net/debian bullseye-backports main" >> /etc/apt/sources.list
23+
echo "deb [arch=amd64] http://debian-archive.trafficmanager.net/debian bullseye-backports main" >> /etc/apt/sources.list && \
24+
echo "deb [arch=amd64] http://packages.trafficmanager.net/debian/debian bullseye main contrib non-free" >> /etc/apt/sources.list && \
25+
echo "deb [arch=amd64] http://packages.trafficmanager.net/debian/debian bullseye-updates main contrib non-free" >> /etc/apt/sources.list
2426

2527
{%- if CONFIGURED_ARCH == "armhf" %}
2628
RUN echo "deb [arch=armhf] http://deb.debian.org/debian bullseye main contrib non-free" > /etc/apt/sources.list && \

0 commit comments

Comments
 (0)