Update Dockerfile
This commit is contained in:
@@ -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" \
|
# && 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
|
# > /etc/apt/sources.list.d/php.list
|
||||||
|
|
||||||
|
|
||||||
# Install Apache, PHP 8.4, and required packages
|
# Install Apache, PHP 8.4, and required packages
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& 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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user