|
@@ -82,6 +82,9 @@ RUN go get code.google.com/p/go.tools/cmd/cover
|
|
# TODO replace FPM with some very minimal debhelper stuff
|
|
# TODO replace FPM with some very minimal debhelper stuff
|
|
RUN gem install --no-rdoc --no-ri fpm --version 1.0.2
|
|
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
|
|
|
|
+
|
|
# Setup s3cmd config
|
|
# Setup s3cmd config
|
|
RUN /bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_KEY' > /.s3cfg
|
|
RUN /bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_KEY' > /.s3cfg
|
|
|
|
|