Problem Statement
The install.sh script shuts down Sentry before running the 'Fetching and updating docker images' step.
On slow internet connections, this can cause quite a long downtime for Sentry, when the script is doing something unrelated.
Solution Brainstorm
Could the docker images be pulled before Sentry has been shutdown?