aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/common.d/10_base
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-29 15:22:04 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-29 15:22:08 +0100
commitcfe5f2cbcae4da5babb36ea708409f6e2d890984 (patch)
tree09bda1b8bb67e5eb10a052c9bb3fd622748ba953 /INSTALL/common.d/10_base
parentfc732ecbcb211afe7cdc3839e585eb6d25b7fc17 (diff)
Add package apt-utils to default image
- remove docker warning message during image creation Change-Id: Ief38ab11d420be2aef326e6a0bbee79b25041a3e Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'INSTALL/common.d/10_base')
-rw-r--r--INSTALL/common.d/10_base2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index 42953b1..fbc2bfe 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -24,7 +24,7 @@ apt-get dist-upgrade -y
# gpg no longer installed and is requested by apt-key command (Debian Bug report logs - #830696)
apt-get install gpg -y
-apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrotate ifupdown locales
+apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrotate ifupdown locales apt-utils
apt-get remove -y exim4 exim4-base exim4-config exim4-daemon-light
apt-get autoremove -y