diff --git a/Dockerfile b/Dockerfile index d4e8751..905a8bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN dnf install -y \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ https://rpms.remirepo.net/enterprise/remi-release-9.rpm && \ dnf update -y && \ - dnf install -y httpd mod_ssl wget procps cronie iproute postgresql-devel microdnf less && \ + dnf install -y httpd mod_ssl wget procps cronie iproute postgresql-devel microdnf less git \ + nano rsync unzip zip mariadb bind-utils jq patch nc tree dos2unix && \ dnf clean all && \ rm -rf /var/cache/dnf /usr/share/doc /usr/share/man /usr/share/locale/*