We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37433f commit 32eaaaaCopy full SHA for 32eaaaa
Dockerfile
@@ -29,8 +29,8 @@ RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.7.7
29
RUN virtualenv /root/py37 --python /opt/pyenv/versions/3.7.7/bin/python
30
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.8.3
31
RUN virtualenv /root/py38 --python /opt/pyenv/versions/3.8.3/bin/python
32
-RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0b1
33
-RUN virtualenv /root/py39 --python /opt/pyenv/versions/3.9.0a6/bin/python
+RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9-dev
+RUN virtualenv /root/py39 --python /opt/pyenv/versions/3.9-dev/bin/python
34
RUN ln -s /usr/bin/python3 /usr/bin/python
35
ENV LC_ALL=C.UTF-8
36
ENV LANG=C.UTF-8
0 commit comments