mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
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
|