소스 검색

Add openssl

andryyy 8 년 전
부모
커밋
be044a1592
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data/Dockerfiles/php-fpm/Dockerfile

+ 1 - 1
data/Dockerfiles/php-fpm/Dockerfile

@@ -3,7 +3,7 @@ LABEL maintainer "Andre Peters <[email protected]>"
 
 ARG DEBIAN_FRONTEND=noninteractive
 
-RUN apk add -U --no-cache libxml2-dev icu-dev icu-libs redis mysql-client bash autoconf g++ make
+RUN apk add -U --no-cache libxml2-dev icu-dev icu-libs redis mysql-client bash autoconf g++ make openssl
 RUN pecl install redis && pecl clear-cache
 RUN docker-php-ext-configure intl
 RUN docker-php-ext-install intl pdo pdo_mysql xmlrpc