Skip to content

Commit

Permalink
install maven
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 23, 2024
1 parent fe76dc9 commit d404570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/manylinux2014-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM quay.io/pypa/manylinux2014_x86_64
###############################################################################
# Basics
###############################################################################
RUN yum -y install sudo cmake3 \
RUN yum -y install sudo cmake3 maven \
&& yum clean all \
&& ln -s `which cmake3` /usr/bin/cmake \
&& ln -s `which ctest3` /usr/bin/ctest \
Expand Down

0 comments on commit d404570

Please sign in to comment.