Add deps for xgboost on docker

Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/3526bcf0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/3526bcf0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/3526bcf0

Branch: refs/heads/master
Commit: 3526bcf06beb960f01d12c6f74b6e55a1fae9bcf
Parents: fcb7441
Author: amaya <[email protected]>
Authored: Fri Apr 28 03:13:24 2017 +0900
Committer: amaya <[email protected]>
Committed: Fri Apr 28 03:13:24 2017 +0900

----------------------------------------------------------------------
 resources/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/3526bcf0/resources/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/resources/docker/Dockerfile b/resources/docker/Dockerfile
index bac7d41..8781956 100644
--- a/resources/docker/Dockerfile
+++ b/resources/docker/Dockerfile
@@ -20,7 +20,7 @@ COPY . ${HIVEMALL_PATH}/
 
 RUN set -eux && \
     apt update && \
-    apt install -y --no-install-recommends openssh-server maven ruby npm && \
+    apt install -y --no-install-recommends openssh-server maven g++ make ruby 
npm && \
     ln -s /usr/bin/nodejs /usr/bin/node && \
     npm install -g gitbook-cli && \
     \

Reply via email to