From 8a7490ef98aa85915b4c612846d91c050efcd33e Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Tue, 17 Dec 2024 21:52:38 -0800 Subject: [PATCH] forgot to add iproute --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c7e1a1..b8991bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PHPVER=81 RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y RUN dnf install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm RUN dnf update -y && dnf upgrade -y -RUN dnf install -y httpd mod_ssl wget procps cronie +RUN dnf install -y httpd mod_ssl wget procps cronie iproute RUN openssl req -newkey rsa:2048 -nodes -keyout /etc/pki/tls/private/localhost.key -x509 -days 3650 -subj "/CN=localhost" -out /etc/pki/tls/certs/localhost.crt RUN mkdir /run/php-fpm/ RUN mkdir /scripts