Expand apt sources and utility packages
This commit is contained in:
@@ -15,8 +15,10 @@ echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/02apt-speedup
|
|||||||
## http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594189
|
## http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594189
|
||||||
export_env INITRD no
|
export_env INITRD no
|
||||||
|
|
||||||
## Enable sources in APT
|
## Enable sources and backports in APT
|
||||||
echo 'deb-src http://httpredir.debian.org/debian/ jessie main' >> /etc/apt/sources.list
|
echo 'deb-src http://httpredir.debian.org/debian/ jessie main' >> /etc/apt/sources.list
|
||||||
|
echo 'deb http://httpredir.debian.org/debian/ jessie-backports main contrib non-free' >> /etc/apt/sources.list
|
||||||
|
echo 'deb-src http://httpredir.debian.org/debian/ jessie-backports main contrib non-free' >> /etc/apt/sources.list
|
||||||
apt update
|
apt update
|
||||||
|
|
||||||
## Fix some issues with APT packages
|
## Fix some issues with APT packages
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ source /build/config
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
## Often used tools
|
## Often used tools
|
||||||
apt_install_permanent wget curl python-pip git
|
apt_install_permanent wget curl python-pip git gawk zip gperf unzip inetutils-ping inetutils-telnet
|
||||||
apt_install_temporary inetutils-ping telnet
|
|
||||||
|
|
||||||
## Often used python modules
|
## Often used python modules
|
||||||
pip install argparse
|
pip install argparse
|
||||||
|
|||||||
Reference in New Issue
Block a user