mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-04 15:32:36 +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
|