mox/testdata/integration/Dockerfile.test
Mechiel Lukkien f9e261e0fb
merge docker-compose-based quickstart and integration tests into a single integration test
the two were so similar it made sense to just have one that tests all. saves
building docker images.
2023-07-23 23:32:02 +02:00

4 lines
105 B
Text

FROM golang:1-alpine AS build
WORKDIR /mox
RUN apk add make bind-tools bash unbound curl
env GOPROXY=off