7d20b68959
Bonus change: send less context when building the test-sds-server to speed up the setup.
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.6.0
|
|
|
|
RUN apk add curl
|
|
RUN apk add openssl
|
|
RUN apk add jq
|
|
COPY --from=fortio /usr/bin/fortio /usr/sbin/fortio
|