Update Dockerfile

This commit is contained in:
2026-01-01 14:16:15 +00:00
parent 24b70c204f
commit a355efa0ca

View File

@@ -112,9 +112,6 @@ RUN set -eux \
&& ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \
&& dpkg-reconfigure --frontend noninteractive tzdata \
&& rm -rf /var/lib/apt/lists/*
``
RUN update-alternatives --set php /usr/bin/php8.4