Skip to content

Commit 7a53e3d

Browse files
Don't install saithrift
1 parent 17bab6d commit 7a53e3d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dockers/docker-ptf/Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
3939
&& dpkg_apt /root/deps/python-ptf_*.deb \
4040
&& dpkg_apt /root/deps/libthrift-0.9.2_*.deb \
4141
&& 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 \
4742
&& rm -rf /root/deps \
4843
&& apt-get -y autoclean \
4944
&& apt-get -y autoremove \

0 commit comments

Comments
 (0)