You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2021/08/26 09:44:17 UTC

[skywalking] branch docker-cve created (now 63dd528)

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch docker-cve
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 63dd528  Fix https://github.com/alpinelinux/docker-alpine/issues/199

This branch includes the following new commits:

     new 63dd528  Fix https://github.com/alpinelinux/docker-alpine/issues/199

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking] 01/01: Fix https://github.com/alpinelinux/docker-alpine/issues/199

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch docker-cve
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 63dd528a9fe917d130ff71648f9eef7fa8d68ba0
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Thu Aug 26 17:43:36 2021 +0800

    Fix https://github.com/alpinelinux/docker-alpine/issues/199
    
    Signed-off-by: Gao Hongtao <ha...@gmail.com>
---
 docker/oap/Dockerfile.oap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/oap/Dockerfile.oap b/docker/oap/Dockerfile.oap
index dd44a66..796f102 100644
--- a/docker/oap/Dockerfile.oap
+++ b/docker/oap/Dockerfile.oap
@@ -42,6 +42,8 @@ ENV JAVA_OPTS=" -Xms256M " \
 
 ARG DIST_NAME
 
+RUN apk add --no-cache openssl-dev
+
 COPY "$DIST_NAME.tar.gz" /
 
 RUN set -ex; \