mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove unnecessary package installation in Dockerfile-rhel9 (curl)
This commit is contained in:
parent
a2311914e0
commit
1435c25f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|||
COPY src/linux/nginx.repo /etc/yum.repos.d/nginx.repo
|
||||
|
||||
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
|
||||
dnf install php-fpm curl yum-utils -y && \
|
||||
dnf install php-fpm yum-utils -y && \
|
||||
dnf install nginx-${NGINX_VERSION} -y
|
||||
|
||||
COPY ./package-rhel/*.rpm /opt
|
||||
|
|
|
|||
Loading…
Reference in a new issue