Merge "Fixes add-apt-keys in dpkg element"

This commit is contained in:
Zuul 2018-05-14 08:52:44 +00:00 committed by Gerrit Code Review
commit 1412e957ba
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