From 3605c1d9ab3b37820f450eeaf70591c497d59005 Mon Sep 17 00:00:00 2001 From: Kar Date: Wed, 30 Apr 2025 10:54:44 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6b571c4..833a01a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN apt update && apt install -y \ php8.2-gd \ php8.2-curl \ php8.2-ssh2 \ + dnsutils \ + whois \ && apt clean ###php-ssh2