From 11855f78a2dfddcf21e99139eb4f47935ce6da27 Mon Sep 17 00:00:00 2001 From: pommee Date: Fri, 28 Feb 2025 21:00:24 +0100 Subject: [PATCH] fix: arp now installed for mac address resolving --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 720c688..506db79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV DNS_PORT=${DNS_PORT} ENV WEBSITE_PORT=${WEBSITE_PORT} RUN apt-get update && \ - apt-get install -y curl passwd jq sudo + apt-get install -y curl passwd jq sudo net-tools RUN useradd -m -s /bin/bash -G sudo appuser && \ echo "appuser ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers