Skip to content

Commit

Permalink
Adding inotify-tools to universal image (#1002)
Browse files Browse the repository at this point in the history
* Adding inotify-tools to universal image

* Test
  • Loading branch information
osortega authored Mar 21, 2024
1 parent cdb8f1f commit 6352b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/universal/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN apt-get update \
uuid-dev \
curl \
gettext \
inotify-tools \
&& rm -rf /var/lib/apt/lists/* \
# This is the folder containing 'links' to benv and build script generator
&& apt-get update \
Expand Down
3 changes: 2 additions & 1 deletion src/universal/test-project/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ checkCommon()
zlib1g \
locales \
gettext \
sudo"
sudo \
inotify-tools"

# Actual tests
checkOSPackages "common-os-packages" ${PACKAGE_LIST}
Expand Down

0 comments on commit 6352b94

Please sign in to comment.