mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 08:45:12 +00:00
Remove unnecessary PATH modification
This commit is contained in:
@ -22,9 +22,6 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p
|
||||
pyenv global ${PYTHON_VERSION} && \
|
||||
pip install tornado pyzmq transitions
|
||||
|
||||
ENV PYENV_ROOT="$HOME/.pyenv"
|
||||
ENV PATH="$PYENV_ROOT/bin:$PATH"
|
||||
|
||||
ENV TFW_APP_DIR="/srv/app"
|
||||
COPY src/app ${TFW_APP_DIR}
|
||||
|
||||
|
Reference in New Issue
Block a user