mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
5 lines
No EOL
140 B
Docker
5 lines
No EOL
140 B
Docker
FROM python:3.9-slim
|
|
RUN apt-get update && apt-get install gcc -y
|
|
RUN pip3 install locust
|
|
COPY perf/locust.py /perf/locust.py
|
|
WORKDIR /perf/ |