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

Commit

Permalink
Bump OSX build for changed archive format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleclaire committed Apr 5, 2016
1 parent 1b79e85 commit f44673e
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 @@ -34,7 +34,7 @@ ENV DOCKER_VERSION 1.11.0-rc3
# subdirectory (not what we want). So we use --strip-components to remove the
# `usr/local/bin` part and drop the bin in the current directory.
RUN curl -fsSL -o dockerbins.tgz "https://test.docker.com/builds/Darwin/x86_64/docker-${DOCKER_VERSION}.tgz" && \
tar xvf dockerbins.tgz usr/local/bin/docker --strip-components 3 && \
tar xvf dockerbins.tgz docker/docker --strip-components 1 && \
rm dockerbins.tgz

RUN chmod +x /docker
Expand Down

0 comments on commit f44673e

Please sign in to comment.