Commit a58602be authored by nanahira's avatar nanahira

Merge branch 'pg14' into pg15

parents 8b314bc6 11c9912d
Pipeline #36017 passed with stages
in 2 minutes and 29 seconds
......@@ -8,11 +8,15 @@ apk update
apk add python3 py3-awscli tzdata zstd
apk add python3 py3-pip tzdata zstd
cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
echo "Asia/Shanghai" > /etc/timezone
# install s3 tools
rm -rf /usr/lib/python*/EXTERNALLY-MANAGED
pip install awscli
# install go-cron
apk add curl
curl -L --insecure https://github.com/odise/go-cron/releases/download/v0.0.6/go-cron-linux.gz | zcat > /usr/local/bin/go-cron
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment