Skip to content

Commit

Permalink
Merge pull request #1 from s2504s/init
Browse files Browse the repository at this point in the history
Add Dockerfile
  • Loading branch information
s2504s authored Nov 2, 2023
2 parents d9f3ec9 + 622e969 commit 4245a09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM debian:12
LABEL authors="Serhii V."

RUN apt update && apt install -y tcpdump iproute2 net-tools procps dnsutils netcat-traditional iperf bridge-utils strace lsof
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t s2504s/debug-tools:latest . --push

0 comments on commit 4245a09

Please sign in to comment.