mirror of
https://github.com/mjl-/mox.git
synced 2025-01-14 01:06:27 +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
|