mirror of
https://github.com/mjl-/mox.git
synced 2025-03-18 00:12:23 +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
|