Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimize apt installed packages in Dockerfile #943

Merged
merged 1 commit into from
Sep 9, 2023

Commits on Sep 9, 2023

  1. Minimize apt installed packages in Dockerfile

    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
    PeterDaveHello committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b4f2bbc View commit details
    Browse the repository at this point in the history