mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-08 02:10:00 +00:00
committed by
Justin Cormack
parent
349e98c625
commit
c52d04a248
@@ -4,6 +4,6 @@ COPY . /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"]
|
||||
|
Reference in New Issue
Block a user