Skip to content

Commit

Permalink
feat: Enable missing apache mods (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Apr 3, 2024
1 parent c243a74 commit 974752c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 974752c

Please sign in to comment.