mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-16 23:00:53 +00:00
3 lines
75 B
Docker
3 lines
75 B
Docker
FROM golang:1.7-alpine
|
|
RUN apk update && apk add --no-cache build-base git
|