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

Remove Gramine dependencies that are not needed at runtime #144

Merged
merged 1 commit into from
May 25, 2023

Commits on May 25, 2023

  1. Remove Gramine dependencies that are not needed at runtime

    To remove these Gramine dependencies, a new command-line argument
    `--remove-gramine-deps` (alias to `-Dremove-gramine-deps=true`) is
    introduced. By default it is not set, since removing Gramine
    dependencies could also remove packages required by original app.
    This option is useful to minimize the final Docker image, in terms of
    the amount of installed software.
    
    Signed-off-by: abin <[email protected]>
    amathew3 authored and dimakuv committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9d3bc47 View commit details
    Browse the repository at this point in the history