Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Undo update of setuptools and wheel in manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Jan 23, 2020
1 parent dcd9e26 commit 44ea235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN curl -sSf https://sh.rustup.rs | sh -s -- -y && \
./configure --without-pcre && \
make && \
make install && \
${PYBIN}/pip3 install -U setuptools wheel auditwheel
${PYBIN}/pip3 install auditwheel

ENV PATH=$PATH:/root/.cargo/bin

Expand Down

0 comments on commit 44ea235

Please sign in to comment.