Skip to content

Commit

Permalink
CPT-1 Add --verbose flag to pyenv install
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed May 29, 2024
1 parent d08ce8a commit d6670f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ARG PYTHON_VERSION=3.8.10
ENV PYENV_ROOT="$HOME/.pyenv"
ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
RUN git clone --depth 1 -b v2.4.1 https://github.com/pyenv/pyenv.git "${PYENV_ROOT}" \
&& pyenv install ${PYTHON_VERSION} \
&& pyenv install --verbose ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION}

# pip dependencies
Expand Down

0 comments on commit d6670f7

Please sign in to comment.