From b0d7a2712f3b3c9015a33065b556b6d75414d25a Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Wed, 7 Apr 2021 09:55:44 -0600
Subject: [PATCH] Fix CI

---
 ci/container/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile
index fd00878..0c6c2a5 100644
--- a/ci/container/Dockerfile
+++ b/ci/container/Dockerfile
@@ -10,5 +10,5 @@ RUN go get golang.org/x/tools/cmd/stringer
 RUN go get golang.org/x/lint/golint
 RUN go get github.com/agnivade/wasmbrowsertest
 
-RUN npm install -g prettier
-RUN npm install -g netlify-cli
+RUN npm --unsafe-perm=true install -g prettier
+RUN npm --unsafe-perm=true install -g netlify-cli
-- 
GitLab