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