mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 05:40:59 +00:00
11 lines
197 B
Docker
11 lines
197 B
Docker
FROM alpine:3.4
|
|
|
|
RUN apk update && apk upgrade && apk add build-base util-linux-dev linux-headers
|
|
|
|
RUN mkdir -p /9pmount-vsock
|
|
WORKDIR /9pmount-vsock
|
|
|
|
COPY . /9pmount-vsock
|
|
|
|
RUN make 9pmount-vsock
|