Skip to content

Commit

Permalink
add strace
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 28, 2018
1 parent 387f112 commit c3afeed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions strace/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:latest

RUN apk add --no-cache \
bash \
strace

ENTRYPOINT ["strace"]

0 comments on commit c3afeed

Please sign in to comment.