From: garciadeblas Date: Thu, 28 Apr 2022 10:50:59 +0000 (+0200) Subject: Fix Dockerfile to add missing apt-update before apt-install X-Git-Tag: v12.0.0rc1~2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=7650485e056e9894f2c804db16b41910bd4d8132;hp=7650485e056e9894f2c804db16b41910bd4d8132;ds=sidebyside Fix Dockerfile to add missing apt-update before apt-install There are some issues in stage2 when installing apt packages due to the use of an old apt cache. This commit fixes it by doing apt update before apt install. Change-Id: I539155280a2caae65442c7f0805f3232b505612d Signed-off-by: garciadeblas ---