diff --git a/sysBench_Dockerfile b/sysBench_Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..aee8dacce2bbde8afd7520b381ae2500ac247f5e --- /dev/null +++ b/sysBench_Dockerfile @@ -0,0 +1,13 @@ +FROM debian:latest + +RUN apt-get update && \ + apt-get -y install curl + +RUN curl -s https://packagecloud.io/install/repositories/akopytov/sysbench/script.deb.sh | bash + +RUN apt-get -y install sysbench && \ + apt-get clean + + +~ +~ \ No newline at end of file