This commit is contained in:
iCodex
2024-02-24 23:33:41 +08:00
commit 54755602e4
11 changed files with 348 additions and 0 deletions

5
docker/build/base.sh Executable file
View File

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