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
The Dockerfile has to be updated in the walkthrough to include the line "FROM public.ecr.aws/amazonlinux/amazonlinux:2" so that the yum commands will work.
The text was updated successfully, but these errors were encountered:
Updating the Dockerfile to include the al2 image, otherwise building the docker image using this Dockerfile is going to give yum not found messages as discussed here aws#512.
Issue description: While implementing the walk through available at "howto-mutual-tls-file-provided" at step #3 I came across the below error.
/bin/sh: yum: command not found
I was able to work around this issue by using the below Dockerfile instead.
The Dockerfile has to be updated in the walkthrough to include the line "FROM public.ecr.aws/amazonlinux/amazonlinux:2" so that the yum commands will work.
The text was updated successfully, but these errors were encountered: