tokers commented on a change in pull request #124:
URL: https://github.com/apache/apisix-docker/pull/124#discussion_r567827995



##########
File path: alpine-dev/Dockerfile
##########
@@ -5,13 +5,15 @@ FROM openresty/openresty:alpine-fat AS production-stage
 ARG ENABLE_PROXY
 RUN set -x \
     && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 
's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' 
/etc/apk/repositories) \
-    && apk add --no-cache --virtual .builddeps \
+    && apk add --no-cache --virtual .builddeps openssl-dev \

Review comment:
       See http://openresty.org/en/linux-packages.html#ubuntu for the details.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to