Skip to content

Commit 6352b94

Browse files
authored
Adding inotify-tools to universal image (#1002)
* Adding inotify-tools to universal image * Test
1 parent cdb8f1f commit 6352b94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/universal/.devcontainer/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN apt-get update \
5555
uuid-dev \
5656
curl \
5757
gettext \
58+
inotify-tools \
5859
&& rm -rf /var/lib/apt/lists/* \
5960
# This is the folder containing 'links' to benv and build script generator
6061
&& apt-get update \

src/universal/test-project/test-utils.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ checkCommon()
130130
zlib1g \
131131
locales \
132132
gettext \
133-
sudo"
133+
sudo \
134+
inotify-tools"
134135

135136
# Actual tests
136137
checkOSPackages "common-os-packages" ${PACKAGE_LIST}

0 commit comments

Comments
 (0)