From 1c73610a273a16f319a9e0d2c9e9efd1c661b231 Mon Sep 17 00:00:00 2001 From: daveroga Date: Thu, 28 Jul 2022 08:33:49 +0200 Subject: [PATCH] fix: mac m1 client fix --- client.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/client.Dockerfile b/client.Dockerfile index 13c346b04..56e0ee4f0 100644 --- a/client.Dockerfile +++ b/client.Dockerfile @@ -2,6 +2,7 @@ FROM mongo:4.4.1-bionic # install node RUN apt-get update +RUN apt-get install build-essential -y # TEMPORARY WORKAROUND FOR ISSUE https://github.com/nodesource/distributions/issues/1266 RUN apt-get install -y ca-certificates