mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-10 08:08:35 +00:00
committed by
Justin Cormack
parent
a17e0432f3
commit
a67d112799
@@ -4,6 +4,6 @@ COPY . /tap-vsockd
|
|||||||
|
|
||||||
WORKDIR /tap-vsockd
|
WORKDIR /tap-vsockd
|
||||||
|
|
||||||
RUN gcc -Wall -Werror tap-vsockd.c hvsock.c protocol.c -lpthread -o tap-vsockd
|
RUN cc -Wall -Werror tap-vsockd.c hvsock.c protocol.c -lpthread -o tap-vsockd
|
||||||
|
|
||||||
CMD ["tar", "cf", "-", "tap-vsockd"]
|
CMD ["tar", "cf", "-", "tap-vsockd"]
|
||||||
|
|||||||
Reference in New Issue
Block a user