From 0f07d8c4045da3ecda32197730d26e3e0bfd7738 Mon Sep 17 00:00:00 2001 From: shim_ Date: Mon, 13 Jun 2016 15:59:14 +0200 Subject: [PATCH] remove dumb-init --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c745dec..edb7725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,9 @@ ENV RTM_INSTALLER_CHECKSUM 16dcde3cf46f82dcacfb63535b9375c97f0cc1ba4e412c086f0f0 ENV RTM_REPORT_INTERVAL 60 RUN apk add --no-cache bash curl sed gawk bind-tools screen dmidecode pciutils bzip2 perl -RUN curl https://github.com/Yelp/dumb-init/releases/download/v1.0.1/dumb-init_1.0.1_amd64 > /usr/bin/dumb-init && \ - chmod +x /usr/bin/dumb-init COPY init.sh /usr/bin/init.sh VOLUME /cache -CMD ["/usr/bin/dumb-init","/usr/bin/init.sh"] +CMD ["/usr/bin/init.sh"]