This commit is contained in:
2020-03-10 12:33:57 -07:00
parent 3ae7b05b9b
commit 691d54ee3e
10 changed files with 361 additions and 44 deletions

View File

@@ -59,9 +59,9 @@ ENV PATH $PYENV_ROOT/bin:$PATH
## Python
#######################################################################33
RUN pyenv install $PYTHON_VERSION && \
pyenv global $PYTHON_VERISON && \
pip3 install pipenv
pyenv global $PYTHON_VERISON
RUN ls $PYENV_ROOT/bin/
#######################################################################33
## Install Deps
#######################################################################33