We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4982458 commit 4a8b8eaCopy full SHA for 4a8b8ea
Dockerfile
@@ -133,7 +133,7 @@ ADD . /pygeoapi
133
RUN python3 -m venv --system-site-packages /venv \
134
&& /venv/bin/python3 -m pip install --no-cache-dir -r requirements-docker.txt \
135
&& /venv/bin/python3 -m pip install --no-cache-dir -r requirements-admin.txt \
136
- && /venv/bin/python3 -m pip install --no-cache-dir gunicorn \
+ && /venv/bin/python3 -m pip install --no-cache-dir "gunicorn<24" \
137
&& /venv/bin/python3 -m pip install --no-cache-dir -e .
138
139
# Set default config and entrypoint for Docker Image
0 commit comments