mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 15:19:46 +00:00
Make an alpine base image for C and Go builds. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
9 lines
158 B
Docker
9 lines
158 B
Docker
FROM mobylinux/alpine-build-c:1b53976210ba819823eda5b1d0d3ea337772e97b
|
|
|
|
RUN mkdir -p /transfused
|
|
WORKDIR /transfused
|
|
|
|
COPY . /transfused
|
|
|
|
RUN make transfused
|