mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
5 lines
105 B
Text
5 lines
105 B
Text
|
FROM golang:1-alpine AS build
|
||
|
WORKDIR /mox
|
||
|
RUN apk add make bind-tools bash unbound curl
|
||
|
env GOPROXY=off
|