Make docker command available on aws-base image
Hi, I am trying to use this base-image to skip the install of aws-cli on my pipeline, however, it doesn't have docker available, and when I do aws ecr get-login-password
, and need to do the following docker login
it says that docker: command not found
. Would that be possible or I should install docker on my pipeline? I can submit an MR if makes sense make docker available.