From 7beabc1f716e7f1d9dc1417ead68d14f46e92cf2 Mon Sep 17 00:00:00 2001 From: kar Date: Thu, 16 May 2024 10:41:06 +0000 Subject: [PATCH] Update php/debian-bookworm-apache/Dockerfile --- php/debian-bookworm-apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/debian-bookworm-apache/Dockerfile b/php/debian-bookworm-apache/Dockerfile index c0689ad..a2cae61 100644 --- a/php/debian-bookworm-apache/Dockerfile +++ b/php/debian-bookworm-apache/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /var/www/html EXPOSE 80 RUN apt-get update --fix-missing -y RUN apt-get upgrade -y -RUN apt-get install -y nano apt-utils apache2 php libapache2-mod-php php-mysql php-zip php-xml php-mbstring php-curl php-gd php-intl #php-mysql PDO driver +RUN apt-get install -y nano apt-utils apache2 php libapache2-mod-php php-mysql php-zip php-xml php-mbstring php-curl php-gd php-intl php-mime-type #php-mysql PDO driver RUN a2enmod rewrite #RUN apt install -y php apahec2 libapache2-mod-php # php-mysql