mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 01:39:11 +00:00
Make an alpine base image for C and Go builds. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
3 lines
60 B
Docker
3 lines
60 B
Docker
FROM golang:1.7-alpine
|
|
RUN apk update && apk add build-base
|