mirror of https://github.com/status-im/consul.git
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
<<<<<<< HEAD
|
|
FROM fortio/fortio AS fortio
|
|
|
|
FROM bats/bats:latest
|
|
=======
|
|
FROM hashicorp.jfrog.io/docker/fortio/fortio AS fortio
|
|
|
|
FROM hashicorp.jfrog.io/docker/bats/bats:latest
|
|
>>>>>>> 06b3b017d... Add namespace support for metrics (OSS) (#9117)
|
|
|
|
RUN apk add curl
|
|
RUN apk add openssl
|
|
RUN apk add jq
|
|
COPY --from=fortio /usr/bin/fortio /usr/sbin/fortio
|