We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a568c66 commit 9c4f5a6Copy full SHA for 9c4f5a6
Dockerfile
@@ -4,7 +4,7 @@ FROM quay.io/pypa/manylinux2010_x86_64
4
5
ENV PATH /root/.cargo/bin:$PATH
6
# Add all supported python versions
7
-ENV PATH /opt/python/cp36-cp36m/bin/:/opt/python/cp37-cp37m/bin/:/opt/python/cp38-cp38/bin/:/opt/python/cp39-cp39/bin/:$PATH
+ENV PATH /opt/python/cp37-cp37m/bin/:/opt/python/cp38-cp38/bin/:/opt/python/cp39-cp39/bin/:$PATH
8
# Otherwise `cargo new` errors
9
ENV USER root
10
0 commit comments