From d30b4c7d2bf6c8cda6cfb9d816b98b0cab4b10b7 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Thu, 5 Oct 2023 23:42:48 +0300 Subject: [PATCH] import-fix3 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 032f3ba7..6b4295e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ ADD nginx.conf.sigil ./ COPY requirements.txt . RUN apt update && apt install -y build-essential git RUN pip install -r requirements.txt +RUN pip install --pre gql[httpx] COPY . .