Sign inSign up

micropython/build-micropython-natmod-unix

Sponsored OSS

By micropython

Updated over 2 years ago

A container to facilitate building MicroPython native modules for x86

Image
Developer tools
0

10K+

micropython/build-micropython-natmod-unix repository overview

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

Tag summary

Content type

Image

Digest

sha256:879b9543f

Size

466.8 MB

Last updated

over 2 years ago

docker pull micropython/build-micropython-natmod-unix

This week's pulls

Pulls:

2

Last week