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 d404570 commit 6d40b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker-images/manylinux1-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM quay.io/pypa/manylinux1_i686
# Basics
###############################################################################
RUN yum -y update \
&& yum -y install sudo \
&& yum -y install sudo maven \
&& yum clean all

###############################################################################
Expand All @@ -32,4 +32,4 @@ RUN curl -sSL https://d19elf31gohf1l.cloudfront.net/_binaries/cmake/cmake-3.13-m
###############################################################################
ADD entrypoint.sh /usr/local/bin/builder
RUN chmod a+x /usr/local/bin/builder
ENTRYPOINT ["/usr/local/bin/builder"]
ENTRYPOINT ["/usr/local/bin/builder"]

0 comments on commit 6d40b35

Please sign in to comment.