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
295 B
Docker
Raw Normal View History

2021-12-07 01:05:27 +00:00
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 \
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives
ENTRYPOINT ["/bin/bash"]