From 6bb99e900b6281406f24b42fe7ce3e4a968e384d Mon Sep 17 00:00:00 2001 From: "Dowideit, Sven (O&A, St. Lucia)" Date: Fri, 1 Mar 2019 10:32:41 +1000 Subject: [PATCH] Add explicit info explaining why this Dockerfile doesn't 'just build' Signed-off-by: Dowideit, Sven (O&A, St. Lucia) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e87cb61..4689c76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM ubuntu:16.04 RUN apt-get update && apt-get -y install iproute2 ca-certificates file +# https://github.com/Yelp/dumb-init prepared by concourse build system ADD bin/dumb-init /usr/local/bin +# the concourse binary, prepared by concourse build system ADD bin/concourse /usr/local/bin # volume containing keys to use