diff --git a/Dockerfile b/Dockerfile index 7dae98c8c..cdb449ebb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM node:16-alpine +FROM node:16 ## Install hasura cli -RUN apk update && apk add bash curl && curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash +RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash # Working directory WORKDIR /app