From 7e8edd35cb6892ecb7b9a95adc719fc3f0149221 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 5 Jan 2016 15:01:01 +0000 Subject: [PATCH] add strace to default image for debugging Signed-off-by: Justin Cormack --- alpine/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index da781f111..022c9035e 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -14,7 +14,8 @@ RUN \ git xz iptables \ sfdisk lvm2 syslinux \ openrc busybox-initscripts \ - alpine-conf + alpine-conf \ + strace COPY etc /etc/