mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 00:10:15 +00:00
add strace to default image for debugging
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
689c0db749
commit
3224fe4554
@ -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