Fixes add-apt-keys in dpkg element

This commit addresses the issue described in bug 1768354 when using the
apt-sources element and adding a key to a custom repo, subsequent deb
package installs fail due no update of the repo before package install

Change-Id: I968b3422fab2fb2305426d49215391d8ba7499df
Closes-Bug: 1768354
This commit is contained in:
Oded Le'Sage 2018-05-01 16:39:01 -05:00
parent d2b03eefe8
commit 10b2a5a4ee
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ for KEY in ${KEY_DIRECTORY}/*; do
apt-key add ${KEY}
done
apt-get -y update