feat (cmock): add ruby and libbsd-dev to docker image

Closes https://github.com/espressif/esp-idf/issues/9342
pull/11147/head
Jakob Hasse 2022-07-13 11:06:46 +08:00
rodzic fee50c208a
commit 2b9053fe97
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,7 @@ RUN : \
git-lfs \
gperf \
lcov \
libbsd-dev \
libffi-dev \
libncurses-dev \
libpython2.7 \
@ -25,6 +26,7 @@ RUN : \
ninja-build \
python3 \
python3-pip \
ruby \
unzip \
wget \
xz-utils \