X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fhost%2Fstart_build;h=f7ada68a35ebc54fa7598703fefa7c87af86248e;hb=90d10f5dc85d577c7cec2d608b19a23120df1281;hp=02bfcc26f7f4f3651b8dfa3d809651ea9402367b;hpb=c80394e7806dc89e012d958b71b87e48a7db20b9;p=osm%2Fdevops.git diff --git a/jenkins/host/start_build b/jenkins/host/start_build index 02bfcc26..f7ada68a 100755 --- a/jenkins/host/start_build +++ b/jenkins/host/start_build @@ -48,7 +48,7 @@ if ! container_exists $OSM_BUILD_CONTAINER; then if [[ $OSM_BASE_IMAGE =~ $RE ]]; then container_exec $OSM_BUILD_CONTAINER yum -y install git tar make sudo else - container_exec $OSM_BUILD_CONTAINER apt -y install git realpath make sudo + container_exec $OSM_BUILD_CONTAINER apt-get -y install git realpath make sudo fi if [ ${OSM_USE_LOCAL_DEVOPS:-false} ]; then container_push_devops $OSM_BUILD_CONTAINER