From efa79a09a92b41b07d0aee3c728d98eec5120730 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 23 May 2014 14:28:32 -0600 Subject: [PATCH] Add specific branch of jpetazzo's busybox to clone from so we can assume nice things about it Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41f0f92947..dd8ccfd1f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN go get code.google.com/p/go.tools/cmd/cover RUN gem install --no-rdoc --no-ri fpm --version 1.0.2 # Get the "busybox" image source so we can build locally instead of pulling -RUN git clone https://github.com/jpetazzo/docker-busybox.git /docker-busybox +RUN git clone -b buildroot-2014.02 https://github.com/jpetazzo/docker-busybox.git /docker-busybox # Setup s3cmd config RUN /bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_KEY' > /.s3cfg