diff --git a/Dockerfile.dind b/Dockerfile.dind index 9faa149..b9111ec 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,9 +1,9 @@ -FROM docker:1.13.0-rc4-dind +FROM docker:1.13.0-rc5-dind -RUN apk add --no-cache git tmux py-pip apache2-utils vim build-base gettext-dev curl bash +RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash # Install Compose and Machine -RUN pip install docker-compose==1.9.0 +RUN pip install docker-compose==1.10.0-rc1 RUN curl -L https://github.com/docker/machine/releases/download/v0.9.0-rc1/docker-machine-Linux-x86_64 \ -o /usr/bin/docker-machine && chmod +x /usr/bin/docker-machine