Skip to content

Commit

Permalink
Merge pull request #64 from Chia-Network/hoffmang9-patch-1
Browse files Browse the repository at this point in the history
Add python 3.12 to RISC-V image
  • Loading branch information
cmmarslender authored Jan 25, 2024
2 parents 44eda80 + be220ec commit d351bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get update && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --skip-existing 3.9 && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --skip-existing 3.10 && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --skip-existing 3.11 && \
pyenv global 3.11 && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --skip-existing 3.12 && \
pyenv global 3.12 && \
rm -rf /var/lib/apt/lists/*

ENV PATH="/root/.cargo/bin:${PATH}"
Expand Down

0 comments on commit d351bd7

Please sign in to comment.