mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-20 15:47:48 +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
|