mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 17:53:53 +00:00
This is going to be submitted upstream. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
10 lines
229 B
Docker
10 lines
229 B
Docker
FROM mobylinux/alpine-build-c:50a89f207d5fc98ce750d694077c75a31ab7937d
|
|
|
|
COPY . /tap-vsockd
|
|
|
|
WORKDIR /tap-vsockd
|
|
|
|
RUN cc -Wall -Werror tap-vsockd.c hvsock.c protocol.c -lpthread -o tap-vsockd
|
|
|
|
CMD ["tar", "cf", "-", "tap-vsockd"]
|