install: Install the wget package.

We depend on it for installing node, and it's a standard package, not
a required one, so we do need to explicitly declare the dependency.
This commit is contained in:
Tim Abbott
2018-03-29 16:02:50 -07:00
parent a3ed83f4e2
commit 0d35bbc464
2 changed files with 2 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ fi
apt-get -y dist-upgrade $APT_OPTIONS
apt-get install -y \
puppet git curl \
puppet git curl wget \
python python3 python-six python3-six crudini \
$ADDITIONAL_PACKAGES