diff --git a/makefiles/docker/opensuse/python.Dockerfile b/makefiles/docker/opensuse/python.Dockerfile index b30106304e..a5207a6c80 100644 --- a/makefiles/docker/opensuse/python.Dockerfile +++ b/makefiles/docker/opensuse/python.Dockerfile @@ -1,6 +1,6 @@ FROM ortools/make:opensuse_swig AS env RUN zypper update -y \ -&& zypper install -y python3-devel python3-pip python3-wheel \ +&& zypper install -y lsb python3-devel python3-pip python3-wheel \ && zypper clean -a RUN python3 -m pip install absl-py