Skip to content

Commit

Permalink
[Build] Remove the debian jessie mirror in docker-sonic-vs (#14665)
Browse files Browse the repository at this point in the history
The debian jessie is no use in debian bullseye
  • Loading branch information
xumia authored and pull[bot] committed May 29, 2024
1 parent 80f7084 commit 6fe8599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/vs/docker-sonic-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
ENV DEBIAN_FRONTEND=noninteractive

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

RUN apt-get install -y net-tools \
arping \
Expand Down

0 comments on commit 6fe8599

Please sign in to comment.