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

peacewong pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new d59de6b2d fix(dockerr): Fixed an issue where the docker DISCLAIMER 
file did not exist at compile time (#4203)
d59de6b2d is described below

commit d59de6b2dbc42e050168168f957b3a7a7d438246
Author: jacktao007 <[email protected]>
AuthorDate: Mon Feb 13 00:11:16 2023 +0800

    fix(dockerr): Fixed an issue where the docker DISCLAIMER file did not exist 
at compile time (#4203)
---
 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 8390ba6b2..177378407 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]

Reply via email to