Files
Goedge/docker/build/base.sh

6 lines
145 B
Bash
Raw Normal View History

2024-02-24 23:33:41 +08:00
#!/usr/bin/env sh
echo "**** Install based packages ****"
apk add --no-cache tzdata wget curl unzip
cp /usr/share/zoneinfo/${TZ} /etc/localtime