From 49da2aea572c00ae0cd7344e8480ddbfe7b8a9fd Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Sat, 25 Mar 2023 01:58:42 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73399ab..a40e77e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN curl -L https://fly.io/install.sh | sh ENV PATH="$PATH:/usr/local/go/bin:/root/.fly/bin" -RUN npm i -g hasura-cli +RUN npm install -g --unsafe-perm hasura-cli -- GitLab