Files
Goedge/docker/build/base.sh
iCodex 54755602e4 init
2024-02-24 23:33:41 +08:00

6 lines
145 B
Bash
Executable File

#!/usr/bin/env sh
echo "**** Install based packages ****"
apk add --no-cache tzdata wget curl unzip
cp /usr/share/zoneinfo/${TZ} /etc/localtime