Skip to content

Commit 33dfbad

Browse files
authored
Update Dockerfile
1 parent 3e77d82 commit 33dfbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.10.2-bullseye
22
RUN apt update && \
3-
apt install -y python3 python3-dev && \
3+
apt install -y python3 python3-dev python3-venv && \
44
apt install -y build-essential uwsgi uwsgi-plugin-python3
55
COPY uwsgi.ini /uwsgi.ini

0 commit comments

Comments
 (0)