feat: local python
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ RUN curl https://pyenv.run | bash
|
|||||||
ENV PYENV_ROOT=/root/.pyenv
|
ENV PYENV_ROOT=/root/.pyenv
|
||||||
ENV PATH=$PYENV_ROOT/bin:$PYENV_ROOT/shims:$PATH
|
ENV PATH=$PYENV_ROOT/bin:$PYENV_ROOT/shims:$PATH
|
||||||
RUN pyenv install ${PYTHON_VERSION}
|
RUN pyenv install ${PYTHON_VERSION}
|
||||||
RUN pyenv global ${PYTHON_VERSION}
|
RUN pyenv local ${PYTHON_VERSION}
|
||||||
CMD [ "/bin/bash" ]
|
CMD [ "/bin/bash" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user