Skip to content

Commit

Permalink
Merge pull request #302 from oconnor663/python38_path
Browse files Browse the repository at this point in the history
add python3.8 to the Dockerfile PATH
  • Loading branch information
konstin authored May 1, 2020
2 parents c068e68 + 93ccd1f commit 9f8c4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/pypa/manylinux1_x86_64

ENV PATH /root/.cargo/bin:$PATH
# Add all supported python versions
ENV PATH /opt/python/cp35-cp35m/bin/:/opt/python/cp36-cp36m/bin/:/opt/python/cp37-cp37m/bin/:$PATH
ENV PATH /opt/python/cp35-cp35m/bin/:/opt/python/cp36-cp36m/bin/:/opt/python/cp37-cp37m/bin/:/opt/python/cp38-cp38/bin/:$PATH
# Otherwise `cargo new` errors
ENV USER root

Expand Down

0 comments on commit 9f8c4e3

Please sign in to comment.