forked from pycom/pycom-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add option to alter Espressif IDF build
- Loading branch information
Emmanuel Florent
committed
Feb 18, 2019
1 parent
ab69923
commit 40a7aad
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
FROM ubuntu:bionic | ||
|
||
RUN apt-get update && apt-get -y install wget git build-essential python python-serial && \ | ||
RUN apt-get update && apt-get -y install wget git build-essential python \ | ||
python-serial libncurses5 libncurses5-dev flex bison gperf && \ | ||
mkdir /opt/frozen/ && cd /opt && \ | ||
wget -q https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz && \ | ||
tar -xzvf xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz && \ | ||
git clone --recursive https://github.com/pycom/pycom-esp-idf.git && \ | ||
cd pycom-esp-idf && git submodule update --init && cd .. && \ | ||
git clone --recursive https://github.com/pycom/pycom-micropython-sigfox.git | ||
git clone --recursive https://github.com/pycom/pycom-micropython-sigfox.git | ||
|
||
ADD assets/build /usr/bin/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters