-
-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimize apt installed packages in Dockerfile (#943)
Use `apt-get install` with `--no-install-recommends` to void unnecessary packages, and manually add `dbus` package to prevent build failure with command `pip install --no-cache-dir dbus-python PyGObject` like below: > #0 22.28 Program dbus-run-session found: NO > #0 22.28 > #0 22.28 ../test/meson.build:72:19: ERROR: Program 'dbus-run-session' not found or not executable
- Loading branch information
1 parent
f799066
commit f6f73b6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters