xmpp-bench-proxy/contrib/tsung/Dockerfile
moparisthebest 0079f514e1
All checks were successful
moparisthebest/xmpp-bench-proxy/pipeline/head This commit looks good
Add example rtb/tsung Dockerfiles, scripts, and configs
2023-10-28 16:48:19 -04:00

12 lines
246 B
Docker

# build some things
FROM docker.io/library/debian:latest
RUN apt-get update && apt-get -y install tsung && rm -rf /var/lib/apt/lists
RUN ln -sf /usr/lib/x86_64-linux-gnu/tsung/bin/* /usr/bin/
WORKDIR /root
ENTRYPOINT /usr/bin/tsung
CMD start