-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update image to build for Python 3.8 #8
Conversation
Dockerfile
Outdated
zip \ | ||
&& yum clean all | ||
|
||
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we want a default higher priority.
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 | |
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done and that's a better solution. I actually looked for these images and didn't find them at first. Googling "amazon lambda docker image" is not very useful but "amazon lambda docker hub image" gets you to the right place. Happens to be a separate repo from amazon-linux 2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine, assuming it works - but curious where rapid-client came from.
No description provided.