mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
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:
6
scripts/docker-install-packages.sh
Executable file
6
scripts/docker-install-packages.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Install runtime packages for Alpine-based Docker image
|
||||
|
||||
set -e
|
||||
|
||||
apk add --no-cache file
|
||||
Reference in New Issue
Block a user