Skip to content

Commit

Permalink
update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Sep 15, 2023
1 parent c9c10b5 commit 1a5ec0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ ARG PYTHON_VERSION=3.11
ENV PYENV_ROOT="${HOME}/.pyenv"
ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${HOME}/.local/bin:$PATH"

RUN echo "done 0" \
RUN echo "linux installed" \
&& curl https://pyenv.run | bash \
&& echo "done 1" \
&& echo "pyenv installed" \
&& pyenv install ${PYTHON_VERSION} \
&& echo "done 2" \
&& echo "python installed" \
&& pyenv global ${PYTHON_VERSION} \
&& echo "done 3" \
&& curl -sSL https://install.python-poetry.org | python3 - \
&& echo "poetry installed" \
&& poetry config virtualenvs.in-project true

0 comments on commit 1a5ec0a

Please sign in to comment.