Skip to content

Commit 708ae86

Browse files
committed
small fix
1 parent 1c3db88 commit 708ae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bullseye
33
ENV LANG=C.UTF-8 DEBIAN_FRONTEND=noninteractive APACHE_RUN_USER=www-data APACHE_RUN_GROUP=www-data APACHE_LOG_DIR=/var/log/apache2
44

55
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 && \
6+
apt-get --no-install-recommends -y install runit apache2 libapache2-mod-php php openssl php-xml && \
77
apt-get -q -y clean && \
88
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
99
\

0 commit comments

Comments
 (0)