We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e77d82 commit 33dfbadCopy full SHA for 33dfbad
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.10.2-bullseye
2
RUN apt update && \
3
- apt install -y python3 python3-dev && \
+ apt install -y python3 python3-dev python3-venv && \
4
apt install -y build-essential uwsgi uwsgi-plugin-python3
5
COPY uwsgi.ini /uwsgi.ini
0 commit comments