mirror of
https://github.com/icodex/docker-goedge.git
synced 2026-03-14 05:46:26 -05:00
6 lines
145 B
Bash
6 lines
145 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
echo "**** Install based packages ****"
|
||
|
|
apk add --no-cache tzdata wget curl unzip
|
||
|
|
cp /usr/share/zoneinfo/${TZ} /etc/localtime
|