goproxy/Dockerfile

3 lines
108 B
Docker
Raw Normal View History

2018-12-24 07:51:40 +00:00
FROM alpine:3.8
RUN apk add --no-cache git mercurial subversion bzr fossil
COPY bin/goproxy /usr/bin/goproxy