Added missing docker-compose

This commit is contained in:
Eldad Fux 2020-09-16 00:29:35 +03:00
parent 59021582fa
commit 5e166068c5

View file

@ -109,6 +109,7 @@ RUN \
imagemagick-dev \
certbot \
docker-cli \
docker-compose \
&& pecl install imagick yaml \
&& docker-php-ext-enable imagick yaml \
&& docker-php-ext-install sockets opcache pdo_mysql \