forked from AkkomaGang/akkoma
include wget
This commit is contained in:
parent
fa65b59509
commit
10982bb889
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pipeline:
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y cmake libmagic-dev rclone zip imagemagick libmagic-dev openssl
|
- apt-get update && apt-get install -y cmake libmagic-dev rclone zip imagemagick libmagic-dev openssl wget
|
||||||
- wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64
|
- wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64
|
||||||
- mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli
|
- mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli
|
||||||
- chmod +x scaleway-cli
|
- chmod +x scaleway-cli
|
||||||
|
|
Loading…
Reference in a new issue