MAPG-47 add php-curl to Dockerfile
This commit is contained in:
parent
a36428f54d
commit
e9f4de99e7
@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
# Install Apache, PHP and further necessary packages
|
||||
RUN apt update
|
||||
RUN apt install -y curl git mariadb-client apache2 \
|
||||
php-apcu php-xdebug php7.4-cli php7.4-fpm php7.4-mbstring php7.4-mysql php7.4-zip
|
||||
php-apcu php-xdebug php7.4-cli php7.4-curl php7.4-fpm php7.4-mbstring php7.4-mysql php7.4-zip
|
||||
|
||||
# Configure Apache with PHP
|
||||
RUN mkdir -p /run/php
|
||||
|
Loading…
Reference in New Issue
Block a user