Skip to content

Commit 766cd37

Browse files
committed
Removing Remi's repo cause they are not compatible with Arm64 on RHEL7
1 parent 609aad6 commit 766cd37

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ RUN if command -v yum &> /dev/null; then \
2222
&& rm -rf /var/cache; \
2323
fi \
2424
&& if command -v microdnf &> /dev/null; then \
25-
microdnf install -y dnf \
26-
&& dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
27-
&& dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm \
28-
&& microdnf --refresh update -y \
29-
&& microdnf module enable php:remi-8.0 -y \
30-
&& microdnf --nodocs --setopt=install_weak_deps=0 install -y php-cli openssh-clients unzip nc \
25+
microdnf --nodocs --setopt=install_weak_deps=0 install -y php-cli openssh-clients unzip nc \
3126
&& microdnf -y clean all \
3227
&& rm -rf /var/cache; \
3328
fi

0 commit comments

Comments
 (0)