Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Fix faulty arch section in download URL
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Feb 22, 2016
1 parent 2865b2a commit d19f401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS

ENV INSTALLER_VERSION 1.10.2a
ENV DOCKER_VERSION 1.10.2
RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x87_64/docker-$DOCKER_VERSION
RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION

RUN chmod +x /docker

Expand Down

0 comments on commit d19f401

Please sign in to comment.