Skip to content

Commit eee05e5

Browse files
committed
create python link to accomodate some scripts
1 parent 3785609 commit eee05e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfiles/Dockerfile.selenium-jenkins-python311-chromium

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ WORKDIR /Python-3.11.9
1111
RUN sudo ./configure --enable-loadable-sqlite-extension && sudo make && sudo make altinstall
1212
RUN sudo rm /usr/bin/python3
1313
RUN sudo ln -s /usr/local/bin/python3.11 /usr/bin/python3
14+
RUN sudo ln -s /usr/local/bin/python3.11 /usr/bin/python
1415
RUN sudo ln -s /usr/local/bin/pip3.11 /usr/bin/pip3

0 commit comments

Comments
 (0)