mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
add strace to default image for debugging
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
201a5eaebf
commit
7e8edd35cb
@ -14,7 +14,8 @@ RUN \
|
|||||||
git xz iptables \
|
git xz iptables \
|
||||||
sfdisk lvm2 syslinux \
|
sfdisk lvm2 syslinux \
|
||||||
openrc busybox-initscripts \
|
openrc busybox-initscripts \
|
||||||
alpine-conf
|
alpine-conf \
|
||||||
|
strace
|
||||||
|
|
||||||
COPY etc /etc/
|
COPY etc /etc/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user