We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2245ea4 commit 01683a4Copy full SHA for 01683a4
platform/vs/docker-sonic-vs/Dockerfile.j2
@@ -9,10 +9,6 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
9
ENV DEBIAN_FRONTEND=noninteractive
10
11
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
16
17
RUN apt-get install -y net-tools \
18
arping \
0 commit comments