Add note on why we need universe

This commit is contained in:
Girish Ramakrishnan
2018-12-06 09:32:02 -08:00
parent 4abe6a7a00
commit 502642fd25

View File

@@ -140,7 +140,7 @@ echo ""
if [[ "${initBaseImage}" == "true" ]]; then
echo "=> Ensure required apt sources"
if ! add-apt-repository universe &>> "${LOG_FILE}"; then
echo "Could not add required apt sources. See ${LOG_FILE}"
echo "Could not add required apt sources (for nginx-full). See ${LOG_FILE}"
exit 1
fi