add tcpdump script

This commit is contained in:
pi-farm
2023-11-20 23:35:07 +01:00
parent c992331a20
commit 540d7b9bf0
3 changed files with 16 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
FROM ubuntu:latest
RUN apt-get update && apt upgrade -y && apt-get autoremove -y
RUN apt-get install util-linux nano xz-utils wget systemctl sudo git -y
RUN apt-get install util-linux nano xz-utils wget systemctl sudo git tcpdump -y
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.0/s6-overlay-noarch.tar.xz /tmp
RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz