mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
f9e261e0fb
the two were so similar it made sense to just have one that tests all. saves building docker images.
4 lines
105 B
Text
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
|