Commit 75b24d99 authored by nanahira's avatar nanahira

fix

parent 679ac747
Pipeline #36014 failed with stages
in 17 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