mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
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
|