Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
Reference in New Issue
Block a user