mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 04:44:00 +00:00
10 lines
229 B
Docker
10 lines
229 B
Docker
FROM mobylinux/alpine-build-c:1b53976210ba819823eda5b1d0d3ea337772e97b
|
|
|
|
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"]
|