Skip to content

Commit

Permalink
fix centos make docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 6, 2023
1 parent c82aa08 commit d457b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/docker/centos/python.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d457b06

Please sign in to comment.