Skip to content
Snippets Groups Projects

Fix/windows agent generation

Merged Edileuton Henrique de Oliveira requested to merge fix/windows-agent-generation into master
+ 13
9
Compare changes
  • Side-by-side
  • Inline
Files
build/build-env.sh 100644 → 100755
+ 5
0
@@ -164,6 +164,11 @@ function bootstrap_create() {
chroot "${img_mount}" /bin/chown --recursive "${orig_uid}:usergroup" /home/user
fi
env="PATH=/bin:/usr/bin:/sbin:/usr/sbin"
chroot "${img_mount}" /usr/bin/env "$env" apt-get -y update
chroot "${img_mount}" /usr/bin/env "$env" apt-get -y install vim bison \
wget flex libssl-dev autoconf automake autotools-dev sudo
echo "Unmounting..."
umount_image
Loading