We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43028e0 commit 655f1e6Copy full SHA for 655f1e6
.gitpod.Dockerfile
@@ -12,8 +12,8 @@ RUN sudo apt-get -q update && sudo apt-get install -y shellcheck tox python3-sph
12
ENV PATH=$PATH:/home/gitpod/.local/bin
13
14
# 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
+RUN /home/gitpod/.pyenv/versions/2.7.*/bin/python2 -m pip install --upgrade pip
+RUN /home/gitpod/.pyenv/versions/3.8.*/bin/python3 -m pip install --upgrade pip
17
18
# additional python versions
19
RUN pyenv install 3.5.9
0 commit comments