Update Dockerfile

This commit is contained in:
2026-01-01 14:32:53 +00:00
parent 704e392f2c
commit 38ceeefa33

View File

@@ -75,9 +75,11 @@ RUN set -eux \
# && echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" \
# > /etc/apt/sources.list.d/php.list
# Install Apache, PHP 8.4, and required packages
RUN set -eux \
&& apt-get update \
&& sudo add-apt-repository ppa:ondrej/php \
&& apt-get install -y --no-install-recommends \
tar \
bash \