Debian: add docker base image dependencies for g++
This change adds dependencies required to build docker base image used for container builds that need to compile using g++. Test Plan: Build base docker image and verified that g++-10 is installed and can be used as a c++ compiler. Story: 2009831 Task: 45790 Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com> Change-Id: I9f1b0dc57a2c11e8bc17e5cba630dbc25e9d1907
This commit is contained in:
parent
8f6c59bbb3
commit
591be7471e
@ -1,6 +1,8 @@
|
||||
g++-10 10.2.1-6
|
||||
libpython2-stdlib 2.7.18-3
|
||||
libpython2.7-minimal 2.7.18-8
|
||||
libpython2.7-stdlib 2.7.18-8
|
||||
libstdc++-10-dev 10.2.1-6
|
||||
python2 2.7.18-3
|
||||
python2-minimal 2.7.18-3
|
||||
python2.7 2.7.18-8
|
||||
|
Loading…
Reference in New Issue
Block a user