Skip to content

Commit 01683a4

Browse files
authored
[Build] Remove the debian jessie mirror in docker-sonic-vs (#14665)
The debian jessie is no use in debian bullseye
1 parent 2245ea4 commit 01683a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform/vs/docker-sonic-vs/Dockerfile.j2

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
99
ENV DEBIAN_FRONTEND=noninteractive
1010

1111
RUN apt-get update && apt-get install -y gnupg
12-
COPY ["sonic-dev.gpg.key", "/etc/apt/"]
13-
RUN apt-key add /etc/apt/sonic-dev.gpg.key
14-
RUN echo "deb http://packages.microsoft.com/repos/sonic-dev/ jessie main" >> /etc/apt/sources.list
15-
RUN apt-get update
1612

1713
RUN apt-get install -y net-tools \
1814
arping \

0 commit comments

Comments
 (0)