miragesdk: add strace in the init image

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-03-27 18:04:58 +02:00
parent 18635ed2e1
commit b0f758a20d
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:d6d115d601e78f7909d4a2ff7eb4caa3fff65271"
init: "mobylinux/init:67913d76e75bebd78b4b2cc3843178c290405547"
system:
- name: sysctl
image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c"

View File

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