Skip to content

Commit

Permalink
Use Python 3.12 for the container setup (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hertel authored Jul 21, 2023
1 parent f7a2a51 commit fe6db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ CMD ["/sbin/init"]

# Install pip last to speed up local container rebuilds.
COPY files/*.py /usr/share/container-setup/
RUN ln -s /usr/bin/python3.11 /usr/share/container-setup/python
RUN ln -s /usr/bin/python3.12 /usr/share/container-setup/python
RUN /usr/share/container-setup/python -B /usr/share/container-setup/setup.py

# Make sure the pip entry points in /usr/bin are correct.
Expand Down

0 comments on commit fe6db91

Please sign in to comment.