MAPG-47 add php-curl to Dockerfile

This commit is contained in:
Bence Pőcze 2020-05-25 18:51:15 +02:00
parent a36428f54d
commit e9f4de99e7

View File

@ -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