Advertisement
Guest User

Untitled

a guest
May 10th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Step 4 : RUN apt-get update -y && apt-get install $BUILD_PACKAGES -y && git clone https://github.com/edenhill/kafkacat.git && cd kafkacat && ./bootstrap.sh && make install && cd .. && rm -rf kafkacat && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
  2. ---> Running in f7516fbb19c5
  3. Err http://httpredir.debian.org jessie InRelease
  4.  
  5. Err http://httpredir.debian.org jessie-updates InRelease
  6.  
  7. Err http://httpredir.debian.org jessie Release.gpg
  8. Could not resolve 'httpredir.debian.org'
  9. Err http://httpredir.debian.org jessie-updates Release.gpg
  10. Could not resolve 'httpredir.debian.org'
  11. Err http://security.debian.org jessie/updates InRelease
  12.  
  13. Err http://security.debian.org jessie/updates Release.gpg
  14. Could not resolve 'security.debian.org'
  15. Reading package lists...
  16. W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie/InRelease
  17.  
  18. W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/InRelease
  19.  
  20. W: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease
  21.  
  22. W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie/Release.gpg Could not resolve 'httpredir.debian.org'
  23.  
  24. W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/Release.gpg Could not resolve 'httpredir.debian.org'
  25.  
  26. W: Failed to fetch http://security.debian.org/dists/jessie/updates/Release.gpg Could not resolve 'security.debian.org'
  27.  
  28. W: Some index files failed to download. They have been ignored, or old ones used instead.
  29. Reading package lists...
  30. Building dependency tree...
  31. Reading state information...
  32. E: Unable to locate package build-essential
  33. E: Unable to locate package git
  34. E: Unable to locate package curl
  35. E: Unable to locate package zlib1g-dev
  36. E: Unable to locate package python
  37. ERROR: Service 'kafkacat' failed to build: The command '/bin/sh -c apt-get update -y && apt-get install $BUILD_PACKAGES -y && git clone https://github.com/edenhill/kafkacat.git && cd kafkacat && ./bootstrap.sh && make install && cd .. && rm -rf kafkacat && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*' returned a non-zero code: 100
  38. λ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement