mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
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.
This commit is contained in:
4
testdata/integration/Dockerfile.test
vendored
Normal file
4
testdata/integration/Dockerfile.test
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
FROM golang:1-alpine AS build
|
||||
WORKDIR /mox
|
||||
RUN apk add make bind-tools bash unbound curl
|
||||
env GOPROXY=off
|
Reference in New Issue
Block a user