Robert Nickel

Results 2 comments of Robert Nickel

Looks like this was already raised in the lambda project and closed without fixing. https://github.com/aws/aws-lambda-base-images/issues/137

Confirmed. Looking at this now. ``` % docker run --rm -it amazonlinux:2023 bash-5.2# bash-5.2# dnf update ... Nothing to do. Complete! bash-5.2# sed -i 's/'repo_gpgcheck=0'/'repo_gpgcheck=1/g'' /etc/yum.repos.d/amazonlinux.repo bash-5.2# dnf -y install...