Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 12, 2024
1 parent 1cdd522 commit 8897500
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ RUN adduser --disabled-password --gecos "" --uid 1001 runner \
# Set up pyenv environment and install Python version
RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash \
&& bash -c "source $PYENV_ROOT/bin/pyenv-init.sh; pyenv install $PY38" \
&& bash -c "source $PYENV_ROOT/bin/pyenv-init.sh; pyenv global $PY38"
&& bash -c "source $PYENV_ROOT/bin/pyenv-init.sh; pyenv global $PY38" \
&& bash -c "python -m ensurepip --upgrade"


# Clean up unnecessary packages
RUN apt-get -qq remove make build-essential gcc \
Expand Down

0 comments on commit 8897500

Please sign in to comment.