Skip to content

Commit 655f1e6

Browse files
authored
Update .gitpod.Dockerfile
1 parent 43028e0 commit 655f1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN sudo apt-get -q update && sudo apt-get install -y shellcheck tox python3-sph
1212
ENV PATH=$PATH:/home/gitpod/.local/bin
1313

1414
# setup the gitpod bundled python
15-
RUN /home/gitpod/.pyenv/versions/2.7.17/bin/python2 -m pip install --upgrade pip
16-
RUN /home/gitpod/.pyenv/versions/3.8.2/bin/python3 -m pip install --upgrade pip
15+
RUN /home/gitpod/.pyenv/versions/2.7.*/bin/python2 -m pip install --upgrade pip
16+
RUN /home/gitpod/.pyenv/versions/3.8.*/bin/python3 -m pip install --upgrade pip
1717

1818
# additional python versions
1919
RUN pyenv install 3.5.9

0 commit comments

Comments
 (0)