diff --git a/tests/linux/Dockerfile-rhel9 b/tests/linux/Dockerfile-rhel9 index fcf299da0..7eeb42e97 100644 --- a/tests/linux/Dockerfile-rhel9 +++ b/tests/linux/Dockerfile-rhel9 @@ -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