cmake(ci): Fix centos python build

This commit is contained in:
Corentin Le Molgat
2023-07-07 16:24:34 +02:00
parent 2ed2a6948d
commit 080603d521

View File

@@ -1,7 +1,7 @@
FROM ortools/cmake:centos_swig AS env
ENV PATH=/root/.local/bin:$PATH
RUN dnf -y update \
&& dnf -y install python3.11-devel python3.11-numpy \
&& dnf -y install python3.11-devel python3.11-numpy python3.11-pip \
&& dnf clean all \
&& rm -rf /var/cache/dnf
RUN python3.11 -m pip install absl-py mypy-protobuf pandas