Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/universal/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
curl \
gettext \
inotify-tools \
bubblewrap \
socat \
Comment thread
dileepyavan marked this conversation as resolved.
Outdated
&& rm -rf /var/lib/apt/lists/* \
# This is the folder containing 'links' to benv and build script generator
&& apt-get update \
Expand Down
4 changes: 3 additions & 1 deletion src/universal/test-project/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ checkCommon()
locales \
gettext \
sudo \
inotify-tools"
inotify-tools \
bubblewrap \
socat"

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