final docker with dnsmasq

This commit is contained in:
gigirassy
2026-03-28 02:30:58 +01:00
parent 9f8f6d4417
commit 75648fd431
-2
View File
@@ -29,8 +29,6 @@ RUN printf '%s\n' \
'#!/bin/sh' \
'set -eu' \
'' \
'cp /etc/resolv.conf /run/dnsmasq.resolv || true' \
'' \
'dnsmasq --no-daemon \' \
' --port=5353 \' \
' --listen-address=127.0.0.1 \' \