We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3678f6 + 6352b94 commit 1b52e09Copy full SHA for 1b52e09
src/universal/.devcontainer/Dockerfile
@@ -55,6 +55,7 @@ RUN apt-get update \
55
uuid-dev \
56
curl \
57
gettext \
58
+ inotify-tools \
59
&& rm -rf /var/lib/apt/lists/* \
60
# This is the folder containing 'links' to benv and build script generator
61
&& apt-get update \
src/universal/test-project/test-utils.sh
@@ -130,7 +130,8 @@ checkCommon()
130
zlib1g \
131
locales \
132
133
- sudo"
+ sudo \
134
+ inotify-tools"
135
136
# Actual tests
137
checkOSPackages "common-os-packages" ${PACKAGE_LIST}
0 commit comments