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