This is an automated email from the ASF dual-hosted git repository. aiceflower pushed a commit to branch release-1.3.1 in repository https://gitbox.apache.org/repos/asf/linkis.git
commit 501ebaf4939ddee65f1970f7b22a25b167cc27c8 Author: sjgllgh <[email protected]> AuthorDate: Thu Apr 13 11:08:33 2023 +0800 fix the bug that can not found /opt/tmp/DISCLAIMER directory in docker image (#4466) --- linkis-dist/docker/linkis.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/linkis-dist/docker/linkis.Dockerfile b/linkis-dist/docker/linkis.Dockerfile index 8390ba6b24..1773784078 100644 --- a/linkis-dist/docker/linkis.Dockerfile +++ b/linkis-dist/docker/linkis.Dockerfile @@ -79,7 +79,6 @@ ADD apache-linkis-${LINKIS_VERSION}-bin /opt/tmp/ RUN mv /opt/tmp/linkis-package/* ${LINKIS_HOME}/ \ && mv /opt/tmp/LICENSE ${LINKIS_HOME}/ \ && mv /opt/tmp/NOTICE ${LINKIS_HOME}/ \ - && mv /opt/tmp/DISCLAIMER ${LINKIS_HOME}/ \ && mv /opt/tmp/README.md ${LINKIS_HOME}/ \ && mv /opt/tmp/README_CN.md ${LINKIS_HOME}/ \ && rm -rf /opt/tmp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
