Merge "Ensure debian is part of the bootstrap os list"

This commit is contained in:
Zuul 2019-04-13 10:55:51 +00:00 committed by Gerrit Code Review
commit 956c04d09c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ case ${DISTRO_ID} in
openssl-devel libffi-devel \
libselinux-python python-virtualenv
;;
ubuntu)
ubuntu|debian)
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -y install \
git-core curl gcc netcat \