Update Dockerfile

This commit is contained in:
2026-01-01 14:34:08 +00:00
parent 38ceeefa33
commit dabdcb9dad

View File

@@ -78,8 +78,8 @@ RUN set -eux \
# Install Apache, PHP 8.4, and required packages # Install Apache, PHP 8.4, and required packages
RUN set -eux \ RUN set -eux \
&& add-apt-repository ppa:ondrej/php \
&& apt-get update \ && apt-get update \
&& sudo add-apt-repository ppa:ondrej/php \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
tar \ tar \
bash \ bash \