ci: Fix opensuse python docker

This commit is contained in:
Mizux Seiha
2020-11-24 18:10:12 +01:00
parent cf2bc4c645
commit a151c8a63b

View File

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