diff --git a/Dockerfile b/Dockerfile index f1b0a6d..e56799b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,5 @@ FROM ubuntu:24.04 RUN apt update && \ apt install -y ldap-utils \ net-tools \ - dnsutils + dnsutils \ + iputils-ping