mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 13:31:32 +00:00
Remove unnecessary PATH modification
This commit is contained in:
parent
5e7e47d4a7
commit
44317ba76a
@ -22,9 +22,6 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p
|
|||||||
pyenv global ${PYTHON_VERSION} && \
|
pyenv global ${PYTHON_VERSION} && \
|
||||||
pip install tornado pyzmq transitions
|
pip install tornado pyzmq transitions
|
||||||
|
|
||||||
ENV PYENV_ROOT="$HOME/.pyenv"
|
|
||||||
ENV PATH="$PYENV_ROOT/bin:$PATH"
|
|
||||||
|
|
||||||
ENV TFW_APP_DIR="/srv/app"
|
ENV TFW_APP_DIR="/srv/app"
|
||||||
COPY src/app ${TFW_APP_DIR}
|
COPY src/app ${TFW_APP_DIR}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user