File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ build/build_tag
1414build /release.tar
1515test_results /
1616.vscode /
17+ * release.tar
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ run rm -r /etc/service/sshd && rm /etc/my_init.d/00_regen_ssh_host_keys.sh
1414run apt-get update
1515run apt-get install -y sudo curl python-dev libffi-dev gcc libc-dev make
1616# Docker-compose download and preparation
17- run sudo curl -L " https://github.com/docker/compose/releases/download/1.26.0 /docker-compose-$( uname -s) -$( uname -m) " -o /usr/local/bin/docker-compose
17+ run sudo curl -L " https://github.com/docker/compose/releases/download/v2.40.2 /docker-compose-$( uname -s) -$( uname -m) " -o /usr/local/bin/docker-compose
1818run sudo chmod +x /usr/local/bin/docker-compose
1919run sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
2020# To disable password prompt for sudo
Original file line number Diff line number Diff line change 1+ 1.9.2
You can’t perform that action at this time.
0 commit comments