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 fee50c208a
commit 2b9053fe97

View File

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