mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
use cc
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
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"]
|
||||
|
Loading…
Reference in New Issue
Block a user