update python to 3.8.5

This commit is contained in:
Adeeb Shihadeh 2021-03-11 14:46:36 -08:00
parent c46caf4170
commit 0a479189a6
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
RUN pyenv install 3.8.2 && \
pyenv global 3.8.2 && \
RUN pyenv install 3.8.5 && \
pyenv global 3.8.5 && \
pyenv rehash && \
pip3 install --no-cache-dir pyyaml==5.1.2 Cython==0.29.14 scons==3.1.1 pycapnp==1.0.0b1 pre-commit==2.4.0 pylint==2.5.2 parameterized==0.7.4 coverage==5.1