FROM alpine:latest RUN apk add --no-cache sysbench WORKDIR /app COPY benchmark_script.sh /app/benchmark_script.sh CMD ["sh","benchmark_script.sh"]