From fe181313635065bdaa4b3daf8d784519bd9abd92 Mon Sep 17 00:00:00 2001 From: vista Date: Thu, 24 Aug 2023 17:11:19 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b0bb8c..d3243b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY start-container.sh /usr/local/bin/start-container RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get -y update \ - && apt-get install -y curl git 7zip php php-xml php-curl php-xml php-mbstring php-mysql \ + && apt-get install -y curl git 7zip php php-xml php-curl php-xml php-mbstring php-mysql php-gd \ && useradd --create-home --uid=$USER_UID $USERNAME \ && chmod +x /usr/local/bin/start-container \ && echo "install composer" \