diff --git a/ci/opensuse-leap-15.4/Dockerfile b/ci/opensuse-leap-15.4/Dockerfile index 7a4177b7c5..4c48f49e05 100644 --- a/ci/opensuse-leap-15.4/Dockerfile +++ b/ci/opensuse-leap-15.4/Dockerfile @@ -29,6 +29,8 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.4 && rm -rf /var/cache/zypp RUN update-alternatives --install /usr/bin/pip3 pip3 /usr/bin/pip3.9 100 +RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 100 +RUN update-alternatives --install /usr/bin/python3-config python3-config /usr/bin/python3.9-config 100 RUN pip3 install websockets junit2html