Skip to content

Commit

Permalink
feat: upgrade python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Jan 25, 2024
1 parent 6dc3370 commit 5fcb70a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ FROM totaldebug/debugbox:base
# Python upgrade
USER root

RUN apt install software-properties-common -y && \
RUN apt update && \
apt install software-properties-common -y && \
add-apt-repository ppa:deadsnakes/ppa

RUN apt update && \
Expand Down

0 comments on commit 5fcb70a

Please sign in to comment.