We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc41d5 commit 7ef375eCopy full SHA for 7ef375e
Dockerfile
@@ -5,6 +5,8 @@ COPY ./openapi2jsonschema/ /src/openapi2jsonschema
5
COPY ./requirements.txt /src/requirements.txt
6
COPY ./setup.py /src/setup.py
7
COPY ./LICENSE /src/LICENSE
8
+RUN echo 'Cython < 3.0' > /tmp/constraint.txt
9
+ENV PIP_CONSTRAINT=/tmp/constraint.txt
10
11
RUN cd src && pip install -r requirements.txt .
12
0 commit comments