Extract Docker RUN commands into shell scripts for better maintainability

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 19:08:11 +00:00
parent a6f97e712a
commit be09b89856
8 changed files with 211 additions and 157 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Install runtime packages for Alpine-based Docker image
set -e
apk add --no-cache file