Files
linuxkit/alpine/base
Justin Cormack d3abdc6252 Use docker run to compile C code not docker build
C version of #1006

Note that I switched all the C builds to use -O2 and that meant
that the compiler found some more warnings so I also fixed these
up. The possibly undefined ones were harmless, the aliasing one
is now more correct.

As these are small programs, the caching from `docker build` makes
no real difference, and worst case compile time is much better.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-15 15:55:14 +00:00
..
2017-01-10 13:33:00 +00:00
2017-01-13 13:16:32 +00:00
2017-01-10 13:33:00 +00:00
2016-12-12 19:17:24 -08:00
2016-12-22 18:42:15 +01:00
2017-01-09 15:37:54 +00:00
2017-01-10 17:34:24 +00:00
2017-01-10 17:34:24 +00:00
2017-01-09 15:37:54 +00:00
2016-11-01 13:26:44 +00:00