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

Closes https://github.com/espressif/esp-idf/issues/9342
This commit is contained in:
Jakob Hasse 2022-07-13 11:06:46 +08:00
parent 9a5f9804de
commit c8f28dc57f

View File

@ -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 \