You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/12 11:11:11 UTC

[GitHub] EmmyMiao87 commented on a change in pull request #301: feature add dockerfile

EmmyMiao87 commented on a change in pull request #301: feature add dockerfile
URL: https://github.com/apache/incubator-doris/pull/301#discussion_r232618459
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -0,0 +1,54 @@
+FROM centos:centos7.5.1804
+
+MAINTAINER tangxiaoqing214445
+
+ENV DEFAULT_DIR /var/local
+
+# add code repository
+ADD thirdparty /var/local/thirdparty
+
 
 Review comment:
   You should add palo source code in docker image too, otherwise you won't build palo.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org