mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-04 08:59:43 +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
|