Skip to content

Commit

Permalink
wrong image
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 23, 2024
1 parent 6d40b35 commit 897a282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 maven \
&& yum -y install sudo \
&& yum clean all

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/manylinux2014-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM quay.io/pypa/manylinux2014_i686
###############################################################################
# Basics
###############################################################################
RUN yum -y install sudo \
RUN yum -y install sudo maven \
&& yum clean all

###############################################################################
Expand Down

0 comments on commit 897a282

Please sign in to comment.