Fix sudo command in prebuild

This commit is contained in:
Sergey Kirichenko 2022-03-10 11:46:28 +03:00
parent 65175b2ee5
commit 8c4a1fd29a

View File

@ -1,6 +1,6 @@
#!/bin/bash
sudo apt-get -y update
sudo apt-get install -yq sudo wget
apt-get -y update
apt-get install -yq sudo wget
sudo wget -O docker-buildx https://github.com/docker/buildx/releases/download/v0.7.0/buildx-v0.7.0.linux-amd64
sudo chmod +x docker-buildx
sudo cp docker-buildx /usr/local/bin/