semsim
Contributor

The following code solved my problem: 

sudo rm -r /var/lib/apt/lists/* 
sudo apt clean && sudo apt update --fix-missing -y
*add apt statement for library you're trying to install*

This allowed me to successfully spin up the cluster every time using init scripts.

View solution in original post