reg/Dockerfile.dev

5 lines
57 B
Docker
Raw Normal View History

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