From 6a043f51c2e615771bfac1cb00370a73654d26f6 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 8 Jan 2025 22:18:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile rootfs/root/docker/setup/03-files.sh --- Dockerfile | 2 +- rootfs/root/docker/setup/03-files.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index caad269..2e9b872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ ARG PHP_SERVER ARG SHELL_OPTS ARG PATH -ARG PACK_LIST="tor torsocks lyrebird privoxy php socat unbound dns-tools" +ARG PACK_LIST="tor torsocks lyrebird privoxy php socat unbound bind-tools" ENV ENV=~/.profile ENV SHELL="/bin/sh" diff --git a/rootfs/root/docker/setup/03-files.sh b/rootfs/root/docker/setup/03-files.sh index ed8bb0e..5b2667c 100755 --- a/rootfs/root/docker/setup/03-files.sh +++ b/rootfs/root/docker/setup/03-files.sh @@ -24,7 +24,7 @@ set -o pipefail # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set env variables exitCode=0 - +rm -Rf /etc/unbound/* # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Predefined actions if [ -d "/tmp/bin" ]; then