tvbox/Dockerfile
2018-10-27 16:24:07 +02:00

4 lines
84 B
Docker

FROM golang:1.11-alpine3.7
ENV GO111MODULE=on
RUN apk --no-cache add build-base git