Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
Justin Cormack 2016-09-10 19:17:47 +01:00 committed by Justin Cormack
parent 349e98c625
commit c52d04a248

View File

@ -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"]