Skip to content
Snippets Groups Projects
Commit 1ab59dc8 authored by Christian Berendt's avatar Christian Berendt
Browse files

Install apt-utils in Ubuntu base image

Change-Id: I5b96dc0e8debd718bb61b3bd9c1c2028af004a1c
Closes-bug: #1622777
parent 28b80a08
No related branches found
No related tags found
No related merge requests found
...@@ -214,6 +214,7 @@ COPY sources.list.{{ base_distro }} /etc/apt/sources.list ...@@ -214,6 +214,7 @@ COPY sources.list.{{ base_distro }} /etc/apt/sources.list
COPY apt_preferences.{{ base_distro }} /etc/apt/preferences COPY apt_preferences.{{ base_distro }} /etc/apt/preferences
{% set base_apt_packages = [ {% set base_apt_packages = [
'apt-utils',
'curl', 'curl',
'gawk', 'gawk',
'iproute2', 'iproute2',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment