Skip to content

Instantly share code, notes, and snippets.

@clement-joye
Last active February 21, 2021 18:41
Show Gist options
  • Save clement-joye/ad4cdf2a0cb5fa6e62ab7e3fdd09d7de to your computer and use it in GitHub Desktop.
Save clement-joye/ad4cdf2a0cb5fa6e62ab7e3fdd09d7de to your computer and use it in GitHub Desktop.
FROM locustio/locust
RUN pip3 install beautifulsoup4
USER root
ENTRYPOINT ["locust"]
ENV PYTHONUNBUFFERED=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment