mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-05-17 21:24:39 +00:00
don't use --insecure flag on curl download
This commit is contained in:
parent
84df67ae0e
commit
563c0fdbdf
@ -17,7 +17,7 @@ pip3 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 https://github.com/odise/go-cron/releases/download/v0.0.6/go-cron-linux.gz | zcat > /usr/local/bin/go-cron
|
||||||
chmod u+x /usr/local/bin/go-cron
|
chmod u+x /usr/local/bin/go-cron
|
||||||
apk del curl
|
apk del curl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user