File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,10 +256,7 @@ cpuType: host
256256provision:
257257 - mode: system
258258 script: |
259- mkdir -p /tmp/docker-bins
260- cd /tmp/docker-bins
261- wget -qO- "https://download.docker.com/linux/static/{{dockerBinChannel}}/{{dockerBinArch}}/docker-{{dockerBinVersion}}.tgz" | tar xvz --strip 1
262- mv -f /tmp/docker-bins/* /usr/bin/
259+ wget -qO- "https://download.docker.com/linux/static/{{dockerBinChannel}}/{{dockerBinArch}}/docker-{{dockerBinVersion}}.tgz" | tar xvz --strip 1 -C /usr/bin/
263260
264261# Modify ~/.ssh/config automatically to include a SSH config for the virtual machine.
265262# SSH config will still be generated in ~/.colima/ssh_config regardless.
You can’t perform that action at this time.
0 commit comments