Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[201911] Fix PTF Docker Build Error #6583

Merged
merged 3 commits into from
Jan 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix PTF Build Error
Signed-off-by: Abhishek Dosi <[email protected]>
abdosi committed Jan 28, 2021
commit 134439594642e9eebb8924198af4698fdd168555
2 changes: 1 addition & 1 deletion dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ RUN rm -rf /debs \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \
&& wget --https-only https://bootstrap.pypa.io/get-pip.py \
&& wget --https-only https://bootstrap.pypa.io/2.7/get-pip.py \
&& python get-pip.py \
&& rm -f get-pip.py \
&& pip install setuptools \