fallback to localhost if detecting dnsserver fails

This commit is contained in:
Nick Sweeting 2024-10-03 03:53:50 -07:00
parent b36e89d086
commit 490e5ba11d
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -129,7 +129,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T
# 1. packaging dependencies
apt-transport-https ca-certificates apt-utils gnupg2 curl wget \
# 2. docker and init system dependencies
zlib1g-dev dumb-init gosu cron unzip grep \
zlib1g-dev dumb-init gosu cron unzip grep dnsutils \
# 3. frivolous CLI helpers to make debugging failed archiving easier
# nano iputils-ping dnsutils htop procps jq yq
&& rm -rf /var/lib/apt/lists/*