make(ci): Fix Python opensuse

This commit is contained in:
Corentin Le Molgat
2021-11-29 13:21:14 +01:00
parent 3a9fb81441
commit 55543ef325

View File

@@ -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