mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
add strace
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
387f112776
commit
c3afeed27a
7
strace/Dockerfile
Normal file
7
strace/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
strace
|
||||
|
||||
ENTRYPOINT ["strace"]
|
Loading…
Reference in New Issue
Block a user