You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mblaschke-daimlertruck That's because you start with a bare container and installing git pulls a lot of dependencies. The container starts with 69 packages only! There's no gcc or make, etc. I bet the RHEL container has many of the missing cbl-mariner rpms already installed, thus less packages pulled when adding git
Describe the bug
yum install git
installs way too many packages (openssh, openldap, subversion?!)To Reproduce
Steps to reproduce the behavior:
docker run -it --rm mcr.microsoft.com/cbl-mariner/base/core:2.0 sh
yum update -y
yum install git
result:
Expected behavior
install git
no openssh
no openldap
no subversion
using redhat
redhat/ubi8
:The text was updated successfully, but these errors were encountered: