1
0
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-01-18 19:35:37 +03:00
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