Skip to content

Commit 3083b53

Browse files
committed
Use PPA to get python 3.13 to ubunut 22.04 - 2
1 parent 8502d47 commit 3083b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY dist/bzt*whl /tmp
1414
WORKDIR /tmp
1515

1616
# add PPA for python 3.1
17-
RUN add-apt-repository ppa:deadsnakes/ppa
17+
RUN $APT_UPDATE && $APT_INSTALL software-properties-common gpg-agent && add-apt-repository ppa:deadsnakes/ppa
1818
# add node repo and call 'apt-get update'
1919
RUN bash ./setup_18.x && $APT_INSTALL build-essential python3-pip python3.13-dev net-tools apt-utils
2020

0 commit comments

Comments
 (0)