Commit 8b314bc6 authored by nanahira's avatar nanahira

Merge branch 'pg14' into pg15

parents 82ea9e5e 75b24d99
Pipeline #36015 failed with stages
in 15 seconds
...@@ -8,14 +8,11 @@ apk update ...@@ -8,14 +8,11 @@ apk update
apk add python3 py3-pip tzdata zstd apk add python3 py3-awscli tzdata zstd
cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime cp -rf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
echo "Asia/Shanghai" > /etc/timezone echo "Asia/Shanghai" > /etc/timezone
# install s3 tools
pip install awscli
# install go-cron # install go-cron
apk add curl 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 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