From 7d6c2ddd909db6db6c34b0456e08dca31a31c018 Mon Sep 17 00:00:00 2001 From: kar Date: Tue, 2 Apr 2024 17:25:04 +0000 Subject: [PATCH] Update php-debian-bookworm-apache/Dockerfile --- php-debian-bookworm-apache/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-debian-bookworm-apache/Dockerfile b/php-debian-bookworm-apache/Dockerfile index f60b628..40e6ca2 100644 --- a/php-debian-bookworm-apache/Dockerfile +++ b/php-debian-bookworm-apache/Dockerfile @@ -4,9 +4,9 @@ WORKDIR /var/www/html #COPY index.php index.php #COPY src/ src EXPOSE 80 -RUN apt-get update -y +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-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-mysql PDO driver RUN a2enmod rewrite #RUN apt install -y php apahec2 libapache2-mod-php # php-mysql