Skip to content

Commit

Permalink
switch to tag for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
jmadler committed Jul 10, 2020
1 parent f37433f commit 32eaaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -29,8 +29,8 @@ RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.7.7
RUN virtualenv /root/py37 --python /opt/pyenv/versions/3.7.7/bin/python
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.8.3
RUN virtualenv /root/py38 --python /opt/pyenv/versions/3.8.3/bin/python
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0b1
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
RUN ln -s /usr/bin/python3 /usr/bin/python
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
Expand Down

0 comments on commit 32eaaaa

Please sign in to comment.