mirror of
https://github.com/moby/buildkit.git
synced 2026-08-13 17:07:00 +00:00
4 lines
132 B
Docker
4 lines
132 B
Docker
FROM golang:1.8-alpine AS vndr
|
|
RUN apk add --no-cache g++ linux-headers
|
|
WORKDIR /go/src/github.com/tonistiigi/buildkit_poc
|
|
COPY . . |