Merge "Install apt-utils in Ubuntu base image"

This commit is contained in:
Jenkins 2016-09-13 06:15:35 +00:00 committed by Gerrit Code Review
commit bb3ed4ef5b
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ COPY sources.list.{{ base_distro }} /etc/apt/sources.list
COPY apt_preferences.{{ base_distro }} /etc/apt/preferences
{% set base_apt_packages = [
'apt-utils',
'curl',
'gawk',
'iproute2',