Created
February 6, 2014 18:40
-
-
Save programster/8850073 to your computer and use it in GitHub Desktop.
Error during build using a docker fule
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
Step 0 : FROM ubuntu:12.04 | |
---> 9cd978db300e | |
Step 1 : RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list | |
---> Using cache | |
---> 443d193d5f20 | |
Step 2 : RUN apt-get update | |
---> Using cache | |
---> dbbc37339ea6 | |
Step 3 : RUN apt-get dist-upgrade -y | |
---> Using cache | |
---> c4ba82076b09 | |
Step 4 : RUN apt-get install python-software-properties -y | |
---> Running in 0c7b62d4e2ca | |
2014/02/06 18:24:07 unexpected EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment