Browse code

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 <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/05/24 05:28:32
Showing 1 changed files
... ...
@@ -81,7 +81,7 @@ RUN	go get code.google.com/p/go.tools/cmd/cover
81 81
 RUN	gem install --no-rdoc --no-ri fpm --version 1.0.2
82 82
 
83 83
 # Get the "busybox" image source so we can build locally instead of pulling
84
-RUN	git clone https://github.com/jpetazzo/docker-busybox.git /docker-busybox
84
+RUN	git clone -b buildroot-2014.02 https://github.com/jpetazzo/docker-busybox.git /docker-busybox
85 85
 
86 86
 # Setup s3cmd config
87 87
 RUN	/bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_KEY' > /.s3cfg