From 6285b7ea1df47d4f20ac029b977b00edb8b30fa2 Mon Sep 17 00:00:00 2001 From: Victor Frazao Date: Mon, 15 Mar 2021 23:08:12 -0400 Subject: [PATCH] Revert change to API Dockerfile --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 6f2ef37..fd261bd 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -5,7 +5,7 @@ RUN for i in $(seq 1001 1500); do \ useradd -M runner$i -g $i -u $i ; \ done RUN apt-get update && \ - apt-get install -y libxml2 gnupg tar coreutils util-linux libc6-dev binutils build-essential && \ + apt-get install -y libxml2 gnupg tar coreutils util-linux libc6-dev binutils && \ rm -rf /var/lib/apt/lists/* ENV NODE_ENV=production