diff --git a/contrib/pg_graphql/Dockerfile b/contrib/pg_graphql/Dockerfile index f94c7a2e..b161d674 100644 --- a/contrib/pg_graphql/Dockerfile +++ b/contrib/pg_graphql/Dockerfile @@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y \ git \ libpq-dev \ libreadline6-dev \ - postgresql-server-dev-${PG_MAJOR} \ zlib1g-dev # build