Skip to content

Commit

Permalink
Fix py312 downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnisbet committed Feb 20, 2024
1 parent 7e02973 commit 0d111ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN set -e && \
apt-get update && \
apt-get install -y --no-install-recommends \
gcc \
python3.12-dev
python3.11-dev

RUN pip config set global.disable-pip-version-check true && \
pip wheel --wheel-dir=/root/wheels uwsgi==2.0.24 && \
Expand Down

0 comments on commit 0d111ac

Please sign in to comment.