aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-image.sh
diff options
context:
space:
mode:
authorraminfp <ramin.blackhat@gmail.com>2017-06-22 17:22:32 +0430
committerraminfp <ramin.blackhat@gmail.com>2017-06-22 17:22:32 +0430
commit90d10743fcc474e01e58ea57aeb7c9848c1773f9 (patch)
tree0fa15216491e891f1c0096530af2ab14deb7efc6 /tools/create-image.sh
parente02fb021418140b7c341f63e4da2a1ead3a108ad (diff)
Added GCC and glibc
Diffstat (limited to 'tools/create-image.sh')
-rwxr-xr-xtools/create-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-image.sh b/tools/create-image.sh
index 5b5665d05..f95ae29a3 100755
--- a/tools/create-image.sh
+++ b/tools/create-image.sh
@@ -9,7 +9,7 @@ set -eux
# Create a minimal Debian-wheezy distributive as a directory.
sudo rm -rf wheezy
mkdir -p wheezy
-sudo debootstrap --include=openssh-server,curl,tar,time,strace,sudo,less,psmisc wheezy wheezy
+sudo debootstrap --include=openssh-server,curl,tar,gcc,libc6-dev,time,strace,sudo,less,psmisc wheezy wheezy
# Set some defaults and enable promtless ssh to the machine for root.
sudo sed -i '/^root/ { s/:x:/::/ }' wheezy/etc/passwd