Update Dockerfile

master
Kar 2025-04-30 10:54:44 +00:00
parent 5b53e23a3d
commit 3605c1d9ab
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ RUN apt update && apt install -y \
php8.2-gd \ php8.2-gd \
php8.2-curl \ php8.2-curl \
php8.2-ssh2 \ php8.2-ssh2 \
dnsutils \
whois \
&& apt clean && apt clean
###php-ssh2 ###php-ssh2