From 57e67d2366bc2c55bb1b3a5dc6c518f7907fca98 Mon Sep 17 00:00:00 2001 From: Bram Date: Tue, 7 Apr 2026 11:42:16 +0200 Subject: [PATCH] buh --- Dockers/remote-php-container/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockers/remote-php-container/Dockerfile b/Dockers/remote-php-container/Dockerfile index aed9d14..6e841f1 100644 --- a/Dockers/remote-php-container/Dockerfile +++ b/Dockers/remote-php-container/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \ git \ openssh-client \ unzip \ + procps \ iputils-ping \ default-mysql-client \ libpng-dev \