mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
5 lines
140 B
Text
5 lines
140 B
Text
![]() |
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/
|