deps-workaround2

This commit is contained in:
2023-10-06 00:02:25 +03:00
parent e0bd938a6e
commit d26d444975
2 changed files with 1 additions and 1 deletions

View File

@@ -5,6 +5,5 @@ EXPOSE 8080
ADD nginx.conf.sigil ./
COPY requirements.txt .
RUN apt update && apt install -y build-essential git
RUN pip install gql[httpx]
RUN pip install -r requirements.txt
COPY . .