Repository: bigtop
Updated Branches:
  refs/heads/master a2c185317 -> 77f53ad5e


BIGTOP-2640: Incomplete patch BIGTOP-2635 - Bigtop stack build fails on Ubuntu 
16.04-ppc64le


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/77f53ad5
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/77f53ad5
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/77f53ad5

Branch: refs/heads/master
Commit: 77f53ad5e72fa21b7cd201f5f72cca4563ea9f62
Parents: a2c1853
Author: Olaf Flebbe <[email protected]>
Authored: Tue Dec 20 18:35:58 2016 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Tue Dec 20 18:35:58 2016 +0100

----------------------------------------------------------------------
 docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/77f53ad5/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile 
b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
index 9623648..dfddcde 100644
--- a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
@@ -17,6 +17,6 @@ MAINTAINER Amir Sanjar
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
 
-RUN puppet apply -e "include bigtop_toolchain::installer"
+RUN apt-get update && apt-get clean && puppet apply -e "include 
bigtop_toolchain::installer"
 COPY . /tmp/bigtop
 RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop

Reply via email to