Commit 6028f4d9 authored by nanahira's avatar nanahira

Revert "fix"

This reverts commit 75b24d99.
parent 75b24d99
...@@ -8,11 +8,14 @@ apk update ...@@ -8,11 +8,14 @@ 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 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