reg/Dockerfile.dev
2017-04-24 17:05:46 +02:00

6 lines
64 B
Docker

FROM golang:alpine
RUN apk add --no-cache \
build-base \
git