We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3db88 commit 708ae86Copy full SHA for 708ae86
Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bullseye
3
ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive APACHE_RUN_USER=www-data APACHE_RUN_GROUP=www-data APACHE_LOG_DIR=/var/log/apache2
4
5
RUN apt-get -q -y update && \
6
- apt-get --no-install-recommends -y install runit apache2 libapache2-mod-php php openssl php-7.4-xml && \
+ apt-get --no-install-recommends -y install runit apache2 libapache2-mod-php php openssl php-xml && \
7
apt-get -q -y clean && \
8
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
9
\
0 commit comments