mirror of
https://github.com/icodex/docker-goedge.git
synced 2026-03-14 05:46:26 -05:00
init
This commit is contained in:
5
docker/build/base.sh
Executable file
5
docker/build/base.sh
Executable 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
|
||||
Reference in New Issue
Block a user