fix: arp now installed for mac address resolving

This commit is contained in:
pommee
2025-02-28 21:00:24 +01:00
parent 3cce7294ab
commit 11855f78a2

View File

@@ -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