mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update Dockerfile to copy RPMs from package-rhel9 directory
This commit is contained in:
parent
1435c25f3b
commit
1b8abc41ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue