Skip to content

Commit

Permalink
replace PYENV_ROOT everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Nov 19, 2019
1 parent 79c9572 commit b18d3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Install pyenv, then install python versions
RUN git clone --depth 1 https://github.com/pyenv/pyenv.git $PYENV_HOME && \
rm -rfv $PYENV_HOME/.git
RUN git clone --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT && \
rm -rfv $PYENV_ROOT/.git

COPY requirements.txt entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit b18d3d1

Please sign in to comment.