Skip to content

Commit

Permalink
Remove mingw64-gcc packages as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiawei committed Oct 30, 2023
1 parent 0bbbf3a commit 7fc3808
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ RUN set -eux; \
dnf install -y \
GeoIP-devel \
libmodsecurity-devel; \
fi; \
if [ "${TARGETARCH}" = "amd64" ]; then \
dnf --enablerepo=powertools install -y \
mingw64-gcc; \
fi

RUN dnf clean all
Expand Down

0 comments on commit 7fc3808

Please sign in to comment.