Browse Source

Merge pull request #3329 from bestlong/php-worker-ssl

fix: php-worker ssl
Shao Yu-Lung (Allen) 2 năm trước cách đây
mục cha
commit
dd731bf73b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      php-worker/Dockerfile

+ 1 - 2
php-worker/Dockerfile

@@ -32,8 +32,7 @@ RUN apk --update add wget \
   cyrus-sasl-dev \
   libgsasl-dev \
   oniguruma-dev \
-  libressl \
-  libressl-dev \
+  openssl-dev \
   supervisor