We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836166e commit a99582eCopy full SHA for a99582e
lib/supervisor/app/services/docker.rb
@@ -21,6 +21,8 @@ def run
21
end
22
else
23
tmdir = capture :mktemp, '--directory'
24
+ # https://github.com/capistrano/sshkit/issues/373
25
+ execute :chmod, '777', tmdir
26
within tmdir do
27
execute :curl, '-fsSL', 'https://get.docker.com', '-o', 'get-docker.sh'
28
execute :sh, 'get-docker.sh'
0 commit comments