diff --git a/Dockerfile b/Dockerfile index cf2a245..3eb6639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ RUN apt update && apt upgrade -y RUN apt install software-properties-common ca-certificates lsb-release apt-transport-https apache2 -y RUN add-apt-repository ppa:ondrej/php -y RUN apt update -RUN apt install php7.4 php7.4-intl php7.4-mbstring php7.4-mysql php7.4-xml -y +RUN apt install php7.4 php7.4-intl php7.4-mbstring php7.4-mysql php7.4-xml libapache2-mod-wsgi-py3 -y RUN apt autoremove -qy -RUN a2enmod rewrite +RUN a2enmod auth_digest headers proxy proxy_http proxy_html rewrite COPY ./ports.conf /etc/apache2/ports.conf COPY ./sites-available/000-default.conf /etc/apache2/sites-available/000-default.conf