Skip to content
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

Support for python 3.12 in Dockerfile (Alpine version) #449

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

laurentlemercier
Copy link

Description

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)

Passage en version 3.12-alpine
Avoid build failed : 

      src/c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
         15 | #include <ffi.h>
Downgrade to python11
Revert to python 3.12
Images created with python-slim are fatest to build and smaller.

root@rasp-v4:/opt/udemy# docker image ls
REPOSITORY                TAG                 IMAGE ID       CREATED          SIZE
aapatre/udemyslim         latest              a5734deec135   30 minutes ago   222MB
aapatre/udemy             latest              ae0ec31408bc   21 hours ago     334MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant