Hi,
AWS ECR image scanning (based on CoreOS clair) fails for the current version of the docker file.
I believe it's because of the two FROM statements:
and
Is it possible to simplify these? as in, potentially only use one FROM statement...
to enable image vulnerabilities scanning...
Thanks,