Skip to content

Button up Dockerfile and related Linux dev environment documentation#188

Merged
abeltrano merged 2 commits into
developfrom
fixdocs
Feb 29, 2024
Merged

Button up Dockerfile and related Linux dev environment documentation#188
abeltrano merged 2 commits into
developfrom
fixdocs

Conversation

@abeltrano
Copy link
Copy Markdown
Contributor

@abeltrano abeltrano commented Feb 29, 2024

Type

  • Bug fix
  • Feature addition
  • Feature update
  • Documentation
  • Build Infrastructure

Side Effects

  • Breaking change
  • Non-functional change

Goals

  • Ensure Dockerfile and Linux development environment documentation are up to date.

Technical Details

  • Use apt-get instead of apt in Dockerfile as the former is intended to be used in scripts and not CLI scenarios.
  • Update Dockerfile build date.
  • Collect and use common apt-get arguments -yyq --no-install-recommends into a Dockerfile argument so they're not literally repeated on each invocation of apt-get.
  • Sort package listing in apt-get install commands.

Test Results

Reviewer Focus

  • Consider whether the Linux development environment documentation is sufficient to get it setup without additional information.

Future Work

  • None

Checklist

  • Build target all compiles cleanly.
  • clang-format and clang-tidy deltas produced no new output.
  • Newly added functions include doxygen-style comment block.

@abeltrano abeltrano requested a review from a team as a code owner February 29, 2024 16:27
@abeltrano abeltrano merged commit c961c33 into develop Feb 29, 2024
@abeltrano abeltrano deleted the fixdocs branch February 29, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant