miragesdk: ship Git the init image (to debug)

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-03-31 19:04:08 +02:00
parent 9d786d8569
commit 22753d9ca2
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
kernel:
image: "mobylinux/kernel:4.9.x"
cmdline: "console=ttyS0 page_poison=1"
init: "mobylinux/init:67913d76e75bebd78b4b2cc3843178c290405547"
init: "mobylinux/init:3024f1eaf8779691229d661791607aade4df855d"
system:
- name: sysctl
image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c"

View File

@ -5,6 +5,7 @@ RUN \
apk --no-cache upgrade -a && \
apk --no-cache add \
strace \
git \
&& rm -rf /var/cache/apk/*
COPY . ./