mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
4a5c50ab76
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
# Install runtime packages for Alpine-based Docker image
|
|
|
|
set -e
|
|
|
|
apk add --no-cache file
|