mirror of
https://github.com/pommee/goaway.git
synced 2026-02-21 06:08:43 -06:00
fix: arp now installed for mac address resolving
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user