We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609aad6 commit 766cd37Copy full SHA for 766cd37
Dockerfile
@@ -22,12 +22,7 @@ RUN if command -v yum &> /dev/null; then \
22
&& rm -rf /var/cache; \
23
fi \
24
&& 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 \
+ microdnf --nodocs --setopt=install_weak_deps=0 install -y php-cli openssh-clients unzip nc \
31
&& microdnf -y clean all \
32
33
fi
0 commit comments