Skip to content

Instantly share code, notes, and snippets.

@programster
Created February 6, 2014 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save programster/8850073 to your computer and use it in GitHub Desktop.
Save programster/8850073 to your computer and use it in GitHub Desktop.
Error during build using a docker fule
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