mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-14 15:41:33 +00:00
Plus a few more minor improvements: - compile with jbuilder. - start working on the control path. Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
5 lines
87 B
Docker
5 lines
87 B
Docker
#FROM ocaml/opam:alpine-3.5_ocaml-4.04.0
|
|
FROM scratch
|
|
COPY obj ./
|
|
CMD ["/dhcp-client"]
|