ARG BASE_REPO="repo.nstart.local/sonarsource/" ARG BASE_TAG="12.1" FROM ${BASE_REPO}sonar-scanner-cli:${BASE_TAG} COPY amazonlinux/amazon.repo /etc/yum.repos.d/ COPY ca/nstart.local.crt /certificates/ ENV USE_SYSTEM_CA_CERTS=1