summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/ab/Dockerfile
blob: 10544639b01f2009ae4e61680144b8cad38a94f0 (plain)
1
2
3
4
5
6
7
FROM ubuntu:18.04

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