From 2e64b17f5effc8a8cafb84394c0e5686569a08f0 Mon Sep 17 00:00:00 2001 From: kar Date: Wed, 22 May 2024 07:17:20 +0000 Subject: [PATCH] Update php/debian-bookworm-apache/Dockerfile --- php/debian-bookworm-apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/php/debian-bookworm-apache/Dockerfile b/php/debian-bookworm-apache/Dockerfile index a2cae61..baf1ef4 100644 --- a/php/debian-bookworm-apache/Dockerfile +++ b/php/debian-bookworm-apache/Dockerfile @@ -8,6 +8,7 @@ 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-mime-type #php-mysql PDO driver RUN a2enmod rewrite +RUN a2enmod proxy_wstunnel #RUN apt install -y php apahec2 libapache2-mod-php # php-mysql #COPY my-apache-site.conf /etc/apache2/sites-available/my-apache-site.conf