mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-05 21:21:14 +00:00
10 lines
229 B
Docker
10 lines
229 B
Docker
FROM mobylinux/alpine-build-c:f97e13b3a7339af5da5d620fc053c6a6c81b00a6
|
|
|
|
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"]
|