2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-23 10:58:25 +00:00

9 lines
223 B
Plaintext
Raw Normal View History

2021-02-17 15:21:52 -08:00
FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio
FROM docker.mirror.hashicorp.services/bats/bats:latest
RUN apk add curl
RUN apk add openssl
RUN apk add jq
COPY --from=fortio /usr/bin/fortio /usr/sbin/fortio