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 |