File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,13 @@ ADD https://packages.microsoft.com/config/ubuntu/21.04/packages-microsoft-prod.d
1212COPY dist/bzt*whl /tmp
1313
1414WORKDIR /tmp
15+
16+ # add PPA for python 3.1
17+ RUN add-apt-repository ppa:deadsnakes/ppa
1518# add node repo and call 'apt-get update'
16- RUN bash ./setup_18.x && $APT_INSTALL build-essential python3-pip python3.10 -dev net-tools apt-utils
19+ RUN bash ./setup_18.x && $APT_INSTALL build-essential python3-pip python3.13 -dev net-tools apt-utils
1720
18- RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1
21+ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 1
1922
2023# Fix vulnerabilities / outdated versions
2124RUN $PIP_INSTALL --user --upgrade pip oauthlib pyjwt httplib2 numpy fonttools wheel
You can’t perform that action at this time.
0 commit comments