9b37ea7dcb
This reverts commit 06b3b017d326853dbb53bc0ec08ce371265c5ce9.
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
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
|