Update Dockerfile to copy RPMs from package-rhel9 directory

This commit is contained in:
Théophile Diot 2024-02-06 15:50:02 +01:00
parent 1435c25f3b
commit 1b8abc41ae
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -18,4 +18,4 @@ RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.
dnf install php-fpm yum-utils -y && \
dnf install nginx-${NGINX_VERSION} -y
COPY ./package-rhel/*.rpm /opt
COPY ./package-rhel9/*.rpm /opt