From 94743a16bea096cc68ec966b7fd44108aebac8c8 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 30 Sep 2019 14:52:16 +0200 Subject: [PATCH] adding TODO comment --- build/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/base/Dockerfile b/build/base/Dockerfile index fe323674..37aebaff 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -110,4 +110,5 @@ RUN groupadd --gid 1001 gotenberg \ && mkdir /gotenberg \ && chown gotenberg: /gotenberg +# TODO remove. RUN apt-get install -y procps \ No newline at end of file