add libcurl and libssl debian

This commit is contained in:
Matthieu Poletti 2020-12-14 16:07:37 +02:00
parent 156db14cd3
commit 4cb64fa83b

View File

@ -3,7 +3,7 @@ FROM caddy:2.2.1 as caddy
FROM php:7.4-fpm
RUN apt-get update
RUN apt-get install -y autoconf zlib1g-dev
RUN apt-get install -y autoconf zlib1g-dev libcurl4-openssl-dev pkg-config libssl-dev
RUN pecl install grpc
RUN docker-php-ext-enable grpc