Skip to content
Snippets Groups Projects
Commit c09886cf authored by Edileuton Henrique de Oliveira's avatar Edileuton Henrique de Oliveira
Browse files

build: Modify to install the packages requireds in the agent generation

parent 7a589de3
No related branches found
No related tags found
1 merge request!10Fix/windows agent generation
......@@ -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
......
vim
bison
wget
flex
libssl-dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment