Keep python-pip installed after the build is complete and no longer remove

dhcp-client after build is done
This commit is contained in:
Jordan Tardif 2014-08-05 14:18:04 -04:00
parent 8ee7cd49fa
commit 530e2a9569
1 changed files with 2 additions and 2 deletions

View File

@ -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`