Cheol-Soon-Choi commented on issue #199: URL: https://github.com/apache/apisix-java-plugin-runner/issues/199#issuecomment-1273283057
> try with > > ```shell > sed -i 's/apisix-runner-plugin-sdk/apisix-runner-plugin/' runner-core/pom.xml > ``` @tzssangglass thanks for the answer, but i'm still a beginner. do you mean that change to `sed -i 's/apisix-runner-plugin-sdk/apisix-runner-plugin/'` instead of second line in dockerfile of step5? or ``` RUN sed -i "s/dl-cdn.alpinelinux/org/mirrors.aliyun.com/g" /etc/apk/repositories && sed -i 's/apisix-runner-plugin-sdk/apisix-runner-plugin/' && apk add --no-cache openjdk11-jre ``` sorry, i can't understand... -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
