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

An Ubuntu Dockerfile #107

Merged
merged 2 commits into from
Aug 19, 2023
Merged

An Ubuntu Dockerfile #107

merged 2 commits into from
Aug 19, 2023

Commits on Aug 14, 2023

  1. Added missing Ubuntu dependencies

    > **Note**: This commit message is written in Markdown for the sake of
    clean documentation.
    
    I'm not entirely sure if `deps_linux` is intended to *only* install
    Ubuntu dependencies, as it checks for `apt`, and not the distribution
    the script is being run on.
    
    ```
    if [ -x "$(command -v apt)" ]; then
    PKGMAN="apt"
    ```
    
    Despite this, I'm assuming its intended for Ubuntu, as that seems to
    be the primary GNU/Linux distribution used for the compilation of Aero.
    MolassesLover committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dc33698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e90ed1 View commit details
    Browse the repository at this point in the history