From 14fb64b9411a411e582ebf558ceaec32e31ab404 Mon Sep 17 00:00:00 2001 From: Karim Date: Sat, 6 Oct 2018 16:06:24 +0100 Subject: [PATCH] Added "/sbin" to init script PATH variable so that its possible to use more sophosticated dhcp clients (compared to the udhcpc that is provided by busybox) by installing them into the docker image in the normal way. --- gns3server/compute/docker/resources/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gns3server/compute/docker/resources/init.sh b/gns3server/compute/docker/resources/init.sh index 9c317559..54bbeefc 100755 --- a/gns3server/compute/docker/resources/init.sh +++ b/gns3server/compute/docker/resources/init.sh @@ -20,7 +20,7 @@ # the start command of the container # OLD_PATH="$PATH" -PATH=/gns3/bin:/tmp/gns3/bin +PATH=/gns3/bin:/tmp/gns3/bin:/sbin # bootstrap busybox commands if [ ! -d /tmp/gns3/bin ]; then