Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
17fb070e55 | |||
b43c2b4122 | |||
b8008afda4 | |||
530679df43 | |||
16d29bf3cd | |||
00e60b31ac | |||
4b4478b97d | |||
4874d17258 | |||
ccc7f2f6a2 | |||
6ca2afe840 | |||
30d7d8d61f | |||
5c9b00c405 | |||
9032cd834b | |||
cc63e40198 | |||
1b6480d6aa | |||
a6b0ad62a6 | |||
e4f82a7da6 | |||
a6f22735fb |
@ -1,9 +1,9 @@
|
||||
FROM ubuntu:focal
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt install git-core cmake libusb-1.0-0 python3 python-is-python3 python3-virtualenv ccache -y \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt install git-core cmake libusb-1.0-0 python3 python-is-python3 python3-pip python3-virtualenv python3-venv ccache -y \
|
||||
&& rm /var/lib/apt/lists/* /var/log/* -Rf
|
||||
|
||||
RUN git clone --branch=v4.0.1 https://github.com/espressif/esp-idf.git esp-idf \
|
||||
RUN git clone https://github.com/espressif/esp-idf.git esp-idf \
|
||||
&& ./esp-idf/install.sh \
|
||||
&& rm -Rf esp-idf
|
||||
|
Reference in New Issue
Block a user