aboutsummaryrefslogtreecommitdiff
path: root/docker/bigtop-deploy/ubuntu-14.04/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/bigtop-deploy/ubuntu-14.04/Dockerfile')
-rw-r--r--docker/bigtop-deploy/ubuntu-14.04/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/bigtop-deploy/ubuntu-14.04/Dockerfile b/docker/bigtop-deploy/ubuntu-14.04/Dockerfile
index 24170d33..356c1486 100644
--- a/docker/bigtop-deploy/ubuntu-14.04/Dockerfile
+++ b/docker/bigtop-deploy/ubuntu-14.04/Dockerfile
@@ -31,4 +31,10 @@ RUN apt-get update && \
# Install required Puppet modules
puppet apply -e "include bigtop_toolchain::puppet-modules"
+#Add Tini
+ENV TINI_VERSION v0.8.4
+ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
+RUN chmod +x /tini
+ENTRYPOINT ["/tini", "--"]
+
CMD /usr/sbin/sshd -D