add libcurl and libssl debian
This commit is contained in:
parent
156db14cd3
commit
4cb64fa83b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user