From 5ed61ad0e693e109c276d2988df3fd1b6dc8aa13 Mon Sep 17 00:00:00 2001 From: Ezra Khairan Permana Date: Mon, 7 Oct 2024 13:38:03 +0700 Subject: [PATCH] fix: beda scope cik --- apps/processor/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/processor/Dockerfile b/apps/processor/Dockerfile index 14b6761..211649a 100644 --- a/apps/processor/Dockerfile +++ b/apps/processor/Dockerfile @@ -50,7 +50,6 @@ EOF # apt-get install tree # tree /vote-processor # EOF -RUN apt-get install tree FROM base AS runner # Don't run production as root @@ -59,6 +58,8 @@ RUN <