Skip to content

Commit 2aa12c2

Browse files
committed
Makefile: undock can't be run on macOS
Signed-off-by: Albin Kerouanton <[email protected]>
1 parent f326d99 commit 2aa12c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ push:
1717
.PHONY: binary
1818
binary: build
1919
if [ ! -d bin/ ]; then mkdir bin; fi
20-
undock --include=/bin docker-daemon://${IMAGE} .
20+
docker run --rm -v $(shell pwd):/undock -w /undock crazymax/undock:latest \
21+
--include=/bin/iptables-tracer $(IMAGE) /undock
2122

2223
install:
2324
sudo cp bin/iptables-tracer /usr/local/sbin/iptables-tracer

0 commit comments

Comments
 (0)