diff --git a/scripts/create-akanda-raw-image.sh b/scripts/create-akanda-raw-image.sh index aa66798..a46e311 100755 --- a/scripts/create-akanda-raw-image.sh +++ b/scripts/create-akanda-raw-image.sh @@ -4,8 +4,8 @@ export DEBIAN_FRONTEND=noninteractive APT_GET="apt-get -y" APPLIANCE_BASE_DIR="/tmp/akanda-appliance" APPLIANCE_SCRIPT_DIR="$APPLIANCE_BASE_DIR/scripts" -PACKAGES="ntp python2.7 wget dnsmasq bird6" -PACKAGES_BUILD="python-dev python-pip isc-dhcp-client build-essential" +PACKAGES="ntp python2.7 python-pip wget dnsmasq bird6" +PACKAGES_BUILD="python-dev build-essential" DNS=8.8.8.8 RELEASE=`lsb_release -cs`