From e38511b7a189d83812bdc7ecf3779aad5c111cbf Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 15 Oct 2018 08:13:16 +0200 Subject: [PATCH] add todo to check dumb-init Signed-off-by: Felix Bartels --- base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/base/Dockerfile b/base/Dockerfile index 3737836..e33e6cd 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -10,6 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive # install basics # TODO require python3 or python3-minimal? +# TODO is dumb-init actually used? RUN apt-get update && \ apt-get upgrade -y && \ apt-get install --no-install-recommends -y \