mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-24 19:42:48 +00:00
11 lines
197 B
Docker
11 lines
197 B
Docker
FROM alpine:3.4
|
|
|
|
RUN apk update && apk upgrade && apk add alpine-sdk util-linux-dev linux-headers
|
|
|
|
RUN mkdir -p /9pmount-vsock
|
|
WORKDIR /9pmount-vsock
|
|
|
|
COPY . /9pmount-vsock
|
|
|
|
RUN make 9pmount-vsock
|