Skip to content

Commit

Permalink
Fixed typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
maqeel75 committed Dec 13, 2024
1 parent 069425d commit f09aca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-5.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN set -ex; \
RUN set -ex; \
curl -O https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9; \
rpm --import RPM-GPG-KEY-EPEL-9; \
microdnf --setopt=install_weak_deps=0 --best install -y numactl-libs socat onigurum; \
microdnf --setopt=install_weak_deps=0 --best install -y numactl-libs socat oniguruma; \
curl -Lf -o /tmp/libev.rpm https://downloads.percona.com/downloads/packaging/libev-4.33-5.el9.x86_64.rpm; \
curl -Lf -o /tmp/jq.rpm https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/jq-1.6-14.el9.x86_64.rpm; \
curl -Lf -o /tmp/pv.rpm http://download.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/p/pv-1.6.20-1.el9.x86_64.rpm; \
Expand Down
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-5.7/Dockerfile.k8s
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN set -ex; \
rpm --import RPM-GPG-KEY-EPEL-9; \
curl -O https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux-9; \
rpm --import RPM-GPG-KEY-AlmaLinux-9; \
microdnf --setopt=install_weak_deps=0 --best install -y numactl-libs socat onigurum; \
microdnf --setopt=install_weak_deps=0 --best install -y numactl-libs socat oniguruma; \
curl -Lf -o /tmp/libev.rpm https://downloads.percona.com/downloads/packaging/libev-4.33-5.el9.x86_64.rpm; \
curl -Lf -o /tmp/jq.rpm https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/jq-1.6-14.el9.x86_64.rpm; \
curl -Lf -o /tmp/pv.rpm http://download.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/p/pv-1.6.20-1.el9.x86_64.rpm; \
Expand Down

0 comments on commit f09aca1

Please sign in to comment.