Merge "Fix buildimage job"
This commit is contained in:
commit
1d6e3ff489
@ -141,6 +141,7 @@ if need_required_packages; then
|
|||||||
if [ -n "$DIB_UPDATE_REQUESTED" ]; then
|
if [ -n "$DIB_UPDATE_REQUESTED" ]; then
|
||||||
case "$platform" in
|
case "$platform" in
|
||||||
"ubuntu")
|
"ubuntu")
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install $package_list -y
|
sudo apt-get install $package_list -y
|
||||||
;;
|
;;
|
||||||
"opensuse")
|
"opensuse")
|
||||||
|
Loading…
Reference in New Issue
Block a user