Created
January 31, 2014 05:31
-
-
Save crosbymichael/8727026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker|master ⇒ make binary | |
| docker build -rm -t "docker:master" . | |
| Uploading context 64.7 MB | |
| Uploading context | |
| # Skipping unknown instruction DOCKER-VERSION | |
| Step 1 : FROM stackbrew/ubuntu:13.10 | |
| ---> 24ba2ee5d982 | |
| Step 2 : MAINTAINER Tianon Gravi <admwiggin@gmail.com> (@tianon) | |
| ---> Running in 7c05fb145871 | |
| ---> cb39278fb903 | |
| Step 3 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq apt-utils aufs-tools automake build- | |
| essential curl dpkg-sig git iptables libapparmor-dev libcap-dev libsqlite3-dev linux-libc-dev mercurial reprepro ruby1 | |
| .9.1 ruby1.9.1-dev s3cmd=1.1.0* --no-install-recommends | |
| ---> Running in 7cd2c0163907 | |
| Err http://archive.ubuntu.com saucy InRelease | |
| Err http://archive.ubuntu.com saucy-updates InRelease | |
| Err http://archive.ubuntu.com saucy-security InRelease | |
| Err http://archive.ubuntu.com saucy Release.gpg | |
| Could not resolve 'archive.ubuntu.com' | |
| Err http://archive.ubuntu.com saucy-updates Release.gpg | |
| Could not resolve 'archive.ubuntu.com' | |
| Err http://archive.ubuntu.com saucy-security Release.gpg | |
| Could not resolve 'archive.ubuntu.com' | |
| W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy/InRelease | |
| W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-updates/InRelease | |
| W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-security/InRelease | |
| W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy/Release.gpg Could not resolve 'archive.ubuntu.com' | |
| W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-updates/Release.gpg Could not resolve 'archive.ubuntu | |
| .com' | |
| W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-security/Release.gpg Could not resolve 'archive.ubunt | |
| u.com' | |
| W: Some index files failed to download. They have been ignored, or old ones used instead. | |
| Package mercurial is not available, but is referred to by another package. | |
| This may mean that the package is missing, has been obsoleted, or | |
| is only available from another source | |
| E: Unable to locate package aufs-tools | |
| E: Unable to locate package dpkg-sig | |
| Package 'mercurial' has no installation candidate | |
| E: Unable to locate package reprepro | |
| E: Unable to locate package s3cmd | |
| 2014/01/30 21:30:04 build: The command [/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y | |
| q apt-utils aufs-tools automake build-essential curl dpkg-sig git iptables libapparmor-dev libcap-dev libsqlite3-dev l | |
| inux-libc-dev mercurial reprepro ruby1.9.1 ruby1.9.1-dev s3cmd=1.1.0* --no-install-recommends] returned a non-zero cod | |
| e: 100 | |
| make: *** [build] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment