Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
GNU General Public License v3.0
3.17k
stars
553
forks
source link
Support for python 3.12 in Dockerfile (Alpine version) #449
Dockerfile was based on python:3.1O-alpine version. Changes are necessary to support 3.12 :
aiohttp lib version
add libffi-dev in order to find ffi.h
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[ ] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[ ] Build done on raspberry pi bullseye, docker 26.1.2, build 211e74b
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] Any dependent changes have been merged and published in downstream modules
[ ] I have added tests that prove my fix is effective or that my feature works (Optional)
[ ] New and existing unit tests pass locally with my changes (Optional)
Description
Dockerfile was based on python:3.1O-alpine version. Changes are necessary to support 3.12 :
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: