fix centos make docker

This commit is contained in:
Laurent Perron
2023-07-06 14:53:11 +02:00
parent d457b066f5
commit 60fd5bf31c

View File

@@ -1,6 +1,6 @@
FROM ortools/make:centos_swig AS env
RUN dnf -y update \
&& dnf -y install python39-devel python39-numpy python3-pip \
&& dnf -y install python3-devel python3-numpy python3-pip \
&& dnf clean all \
&& rm -rf /var/cache/dnf
RUN python3 -m pip install absl-py mypy-protobuf pandas