We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3afaea commit 69ef456Copy full SHA for 69ef456
dockers/docker-orchagent/Dockerfile.j2
@@ -10,14 +10,15 @@ RUN apt-get update
10
11
RUN apt-get install -f -y ifupdown arping libdbus-1-3 libdaemon0 libjansson4 libpython2.7 iproute2
12
13
-RUN apt-get install -f -y ndisc6 tcpdump python-scapy
+RUN apt-get install -f -y ndisc6 tcpdump
14
+RUN pip install scapy==2.4.2
15
## Install redis-tools dependencies
16
## TODO: implicitly install dependencies
17
RUN apt-get -y install libjemalloc1
18
19
RUN apt-get install -y libelf1 libmnl0 bridge-utils
20
-RUN pip install setuptools
21
+RUN pip install setuptools
22
RUN pip install pyroute2==0.5.3 netifaces==0.10.7
23
RUN pip install monotonic==1.5
24
0 commit comments