We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bab6d commit 7a53e3dCopy full SHA for 7a53e3d
dockers/docker-ptf/Dockerfile
@@ -39,11 +39,6 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
39
&& dpkg_apt /root/deps/python-ptf_*.deb \
40
&& dpkg_apt /root/deps/libthrift-0.9.2_*.deb \
41
&& dpkg_apt /root/deps/python-thrift_*.deb \
42
- && cd /root/deps \
43
- && tar xvfz saithrift-0.9.tar.gz \
44
- && cd saithrift-0.9 \
45
- && python setup.py install \
46
- && cd \
47
&& rm -rf /root/deps \
48
&& apt-get -y autoclean \
49
&& apt-get -y autoremove \
0 commit comments