Skip to content
Snippets Groups Projects
Commit f66c6e6a authored by Riccardo Venanzi's avatar Riccardo Venanzi
Browse files

This Dockerfile create a container image from a standard Debian and then it...

This Dockerfile create a container image from a standard Debian and then it install on it the bench suite for performing cpu/mem intensive tasks
parent 4fcf7245
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment