|
|
|
@ -54,8 +54,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal |
|
|
|
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}" |
|
|
|
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}" |
|
|
|
|
|
|
|
|
|
|
|
COPY Pipfile Pipfile.lock /tmp/ |
|
|
|
COPY Pipfile Pipfile.lock /tmp/ |
|
|
|
RUN pyenv install 3.8.2 && \ |
|
|
|
RUN pyenv install 3.8.5 && \ |
|
|
|
pyenv global 3.8.2 && \ |
|
|
|
pyenv global 3.8.5 && \ |
|
|
|
pyenv rehash && \ |
|
|
|
pyenv rehash && \ |
|
|
|
pip install --no-cache-dir --upgrade pip==20.1.1 && \ |
|
|
|
pip install --no-cache-dir --upgrade pip==20.1.1 && \ |
|
|
|
pip install --no-cache-dir pipenv==2020.8.13 && \ |
|
|
|
pip install --no-cache-dir pipenv==2020.8.13 && \ |
|
|
|
|