mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 21:10:48 +00:00
10 lines
229 B
Docker
10 lines
229 B
Docker
FROM mobylinux/alpine-build-c:7303e33e9dcd5276b8bb5269644a9bf3354008c8
|
|
|
|
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"]
|