mox/testdata/integration/Dockerfile.moxmail

5 lines
92 B
Text
Raw Normal View History

2023-01-30 16:27:06 +03:00
FROM golang:1-alpine AS build
WORKDIR /mox
RUN apk add make bind-tools bash
env GOPROXY=off