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
|
||||
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 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
|
||||
|
||||
## Fix some issues with APT packages
|
||||
|
||||
@@ -4,8 +4,7 @@ source /build/config
|
||||
set -x
|
||||
|
||||
## Often used tools
|
||||
apt_install_permanent wget curl python-pip git
|
||||
apt_install_temporary inetutils-ping telnet
|
||||
apt_install_permanent wget curl python-pip git gawk zip gperf unzip inetutils-ping inetutils-telnet
|
||||
|
||||
## Often used python modules
|
||||
pip install argparse
|
||||
|
||||
Reference in New Issue
Block a user