summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/fio/Dockerfile
blob: 9531df7fa55480c4493f074ed7aaa1875f3717f8 (plain)
1
2
3
4
5
6
7
FROM ubuntu:18.04

RUN set -x \
        && apt-get update \
        && apt-get install -y \
            fio \
        && rm -rf /var/lib/apt/lists/*