aboutsummaryrefslogtreecommitdiffstats
path: root/netdummy
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-02 10:14:23 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-02 10:14:23 +0000
commit89255df93edf0efd961920e124005e9c318717db (patch)
tree1c5892561e97fc45b605c2d8cd70105cfcd7108a /netdummy
parentfiltron and morty arm builders (diff)
downloaddockerimages-89255df93edf0efd961920e124005e9c318717db.tar.gz
dockerimages-89255df93edf0efd961920e124005e9c318717db.zip
playing around with network image.
Diffstat (limited to 'netdummy')
-rw-r--r--netdummy/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/netdummy/Dockerfile b/netdummy/Dockerfile
new file mode 100644
index 0000000..179dc4e
--- /dev/null
+++ b/netdummy/Dockerfile
@@ -0,0 +1,2 @@
+FROM debian:bullseye-slim
+RUN apt update && apt upgrade -y && apt install -y iproute2 net-tools tmux netcat curl