This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
gluon-supernode-docker/debug/Dockerfile

9 lines
319 B
Docker

FROM docker.io/library/debian:bullseye
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y fastd isc-dhcp-server radvd radvdump batctl iproute2 curl traceroute bind9-host tcpdump nftables inetutils-ping \
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives
ENTRYPOINT ["/bin/bash"]