Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Update to Docker 0.9.1 and VirtualBox 4.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Mar 30, 2014
1 parent 93e61c5 commit 147d376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:12.04
MAINTAINER Steeve Morin "steeve.morin@gmail.com"

ENV DOCKER_VERSION 0.8.1
ENV DOCKER_VERSION 0.9.1

# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe multiverse" > /etc/apt/sources.list
Expand Down Expand Up @@ -31,7 +31,7 @@ ADD mpkg /mpkg
# Downloading VirtualBox and extract the .pkg
RUN mkdir -p /mpkg/vbox && \
cd /mpkg/vbox && \
curl -L -o vbox.dmg http://download.virtualbox.org/virtualbox/4.3.8/VirtualBox-4.3.8-92456-OSX.dmg && \
curl -L -o vbox.dmg http://download.virtualbox.org/virtualbox/4.3.10/VirtualBox-4.3.10-93012-OSX.dmg && \
7z x vbox.dmg -ir'!*.hfs' && \
7z x `find . -name '*.hfs'` -ir'!*.pkg' && \
mv VirtualBox/VirtualBox.pkg . && \
Expand Down

0 comments on commit 147d376

Please sign in to comment.