Initial commit

This commit is contained in:
2021-02-03 18:27:01 +01:00
commit c3e4e199f7

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM ubuntu:focal
RUN apt update \
&& DEBIAN_FRONTEND=noninteractive apt install git-core cmake libusb-1.0-0 python3 python-is-python3 python3-virtualenv -y \
&& rm /var/lib/apt/lists/* /var/log/* -Rf
RUN git clone https://github.com/0xFEEDC0DE64/esp-idf.git esp-idf \
&& ./esp-idf/install.sh \
&& rm -Rf esp-idf