A container to facilitate building MicroPython native modules for x86
10K+
Based on micropython/build-micropython-unix, this container simply adds the Python library pyelftools required to build MicroPython Native Modules.
The Dockerfile is:
FROM micropython/build-micropython-unix
RUN apt update
RUN apt install -y python3-pip
RUN pip install pyelftools
Content type
Image
Digest
sha256:879b9543f…
Size
466.8 MB
Last updated
over 2 years ago
docker pull micropython/build-micropython-natmod-unixPulls:
2
Last week