mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 19:43:47 +00:00
11 lines
148 B
Docker
11 lines
148 B
Docker
FROM alpine:3.3
|
|
|
|
RUN apk update && apk upgrade && apk add alpine-sdk
|
|
|
|
RUN mkdir -p /nc-vsock
|
|
WORKDIR /nc-vsock
|
|
|
|
COPY . /nc-vsock
|
|
|
|
RUN make nc-vsock
|