mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-21 14:26:35 +00:00
Make an alpine base image for C and Go builds. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
9 lines
150 B
Docker
9 lines
150 B
Docker
FROM mobylinux/alpine-build-c:1b53976210ba819823eda5b1d0d3ea337772e97b
|
|
|
|
RUN mkdir -p /nc-vsock
|
|
WORKDIR /nc-vsock
|
|
|
|
COPY . /nc-vsock
|
|
|
|
RUN make nc-vsock
|