This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM larsks/esp-open-sdk
|
||||
RUN yum install -y libffi-devel
|
||||
RUN git clone --depth 1 -b v1.18 https://github.com/micropython/micropython.git /src
|
||||
WORKDIR /src/mpy-cross
|
||||
RUN make
|
||||
WORKDIR /src/ports/esp8266
|
||||
RUN make submodules && make
|
||||
CMD make && cp build-GENERIC/firmware-combined.bin /build/
|
Reference in New Issue
Block a user