diff --git a/build_chroot.sh b/build_chroot.sh index a47c94f..0b8a791 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -2,6 +2,7 @@ # This file is the install instruction for the CHROOT build # We're using cloudsmith-cli to upload the file in CHROOT +sudo apt update sudo apt install -y python3-pip ruby ruby-dev rubygems build-essential gem install fpm sudo pip3 install --upgrade cloudsmith-cli --break-system-packages