test.Dockerfile 119 B

1234567
  1. FROM python:3.10-slim-bookworm
  2. RUN apt update
  3. RUN apt install -y build-essential libpcre2-dev
  4. RUN pip install uwsgi