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 PATH=$PYENV_ROOT/bin:$PYENV_ROOT/shims:$PATH
|
||||
RUN pyenv install ${PYTHON_VERSION}
|
||||
RUN pyenv global ${PYTHON_VERSION}
|
||||
RUN pyenv local ${PYTHON_VERSION}
|
||||
CMD [ "/bin/bash" ]
|
||||
|
||||
Reference in New Issue
Block a user