diff --git a/Dockerfile b/Dockerfile index 819a4ef..735844c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ -FROM hasura/graphql-engine:v2.10.1 +FROM hasura/graphql-engine:v2.10.2 RUN apt-get update && apt-get install -y \ curl \ + postgresql-client-common \ && rm -rf /var/lib/apt/lists/* RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=/usr/local/bin bash -COPY . . \ No newline at end of file +COPY . .