Skip to content

Commit

Permalink
fix(superchain): fix python distribution due to old setuptools (#709)
Browse files Browse the repository at this point in the history
Upgrade the python `setuptools` modules to latest in order to enable support
for the `long_description_content_type` distribution option.

Fixes #708
  • Loading branch information
Elad Ben-Israel authored and mergify[bot] committed Aug 14, 2019
1 parent 32bc117 commit b37790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN yum install -y powershell

# Install Python 3
RUN yum -y install python3 python3-pip python3-wheel \
&& python3 -m pip install --upgrade pip wheel \
&& python3 -m pip install --upgrade pip wheel setuptools \
&& yum clean all && rm -rf /var/cache/yum

# Install Ruby 2.4+
Expand Down

0 comments on commit b37790d

Please sign in to comment.