Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile.ab « ai « perf « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72c4681ed47ae91ec171a34ed3312545d9b51f7c (plain)
1
2
3
4
5
6
7
FROM alpine:3.18

RUN apk add --no-cache apache2-utils

COPY prompt.json .

ENTRYPOINT [ "/usr/bin/ab" ]