diff --git a/makefiles/docker/opensuse/python.Dockerfile b/makefiles/docker/opensuse/python.Dockerfile index 6573c3eb9a..6907c9574c 100644 --- a/makefiles/docker/opensuse/python.Dockerfile +++ b/makefiles/docker/opensuse/python.Dockerfile @@ -1,6 +1,8 @@ FROM ortools/make:opensuse_swig AS env RUN zypper update -y \ -&& zypper install -y python3-devel python3-pip python3-wheel \ +&& zypper install -y python3-devel python3-pip \ + python3-wheel \ + python3-numpy python3-pandas \ && zypper clean -a RUN python3 -m pip install absl-py mypy-protobuf