From d457b066f5c78ca57a65523290e7f9fc9af99412 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Thu, 6 Jul 2023 14:43:00 +0200 Subject: [PATCH] fix centos make docker --- makefiles/docker/centos/python.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/docker/centos/python.Dockerfile b/makefiles/docker/centos/python.Dockerfile index 2f660e066ea..62a8e6fecc7 100644 --- a/makefiles/docker/centos/python.Dockerfile +++ b/makefiles/docker/centos/python.Dockerfile @@ -1,6 +1,6 @@ FROM ortools/make:centos_swig AS env RUN dnf -y update \ -&& dnf -y install python39-devel python39-numpy \ +&& dnf -y install python39-devel python39-numpy python3-pip \ && dnf clean all \ && rm -rf /var/cache/dnf RUN python3 -m pip install absl-py mypy-protobuf pandas