mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/docker_add_ruby_bsd' into 'master'
feat (cmock): add ruby and libbsd-dev to docker image See merge request espressif/esp-idf!19016
This commit is contained in:
commit
bd67a410f6
@ -16,6 +16,7 @@ RUN : \
|
||||
git \
|
||||
gperf \
|
||||
lcov \
|
||||
libbsd-dev \
|
||||
libffi-dev \
|
||||
libncurses-dev \
|
||||
libpython2.7 \
|
||||
@ -24,6 +25,7 @@ RUN : \
|
||||
ninja-build \
|
||||
python3 \
|
||||
python3-venv \
|
||||
ruby \
|
||||
unzip \
|
||||
wget \
|
||||
xz-utils \
|
||||
|
Loading…
Reference in New Issue
Block a user