You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/12/16 14:13:51 UTC

bigtop git commit: BIGTOP-2635: ubuntu on ppc64le is missing a apt-get update

Repository: bigtop
Updated Branches:
  refs/heads/master 2c3055be3 -> ca674d368


BIGTOP-2635: ubuntu on ppc64le is missing a apt-get update


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

Branch: refs/heads/master
Commit: ca674d3685a13736f79bf2e08d550d8aa015a9b6
Parents: 2c3055b
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Fri Dec 16 15:11:27 2016 +0100
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Fri Dec 16 15:11:27 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ca674d36/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile b/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile
index 353dfa5..dfa84bc 100755
--- a/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-14.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 clean && apt-get update && puppet apply -e "include bigtop_toolchain::installer"
 COPY . /tmp/bigtop
 RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop