9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio
|
|
|
|
FROM docker.mirror.hashicorp.services/bats/bats:1.7.0
|
|
|
|
RUN apk add curl
|
|
RUN apk add openssl
|
|
RUN apk add jq
|
|
COPY --from=fortio /usr/bin/fortio /usr/sbin/fortio
|