Commit c83b56e7 authored by nanahira's avatar nanahira

fix

parent 6b431711
Pipeline #799 canceled with stages
in 43 seconds
...@@ -10,9 +10,9 @@ apk update ...@@ -10,9 +10,9 @@ apk update
apk add mysql-client apk add mysql-client
# install s3 tools # install s3 tools
apk add python3 py-pip apk add python3 py3-pip
pip install awscli pip install awscli
apk del py-pip apk del py3-pip
# install go-cron # install go-cron
apk add curl apk add curl
......
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