add strace

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-28 19:27:20 -04:00
parent 387f112776
commit c3afeed27a
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

7
strace/Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM alpine:latest
RUN apk add --no-cache \
bash \
strace
ENTRYPOINT ["strace"]