mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 22:18:17 +03:00

the two were so similar it made sense to just have one that tests all. saves building docker images.
5 lines
105 B
Docker
5 lines
105 B
Docker
FROM golang:1-alpine AS build
|
|
WORKDIR /mox
|
|
RUN apk add make bind-tools bash unbound curl
|
|
env GOPROXY=off
|