Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 14, 2023
1 parent 9ef365a commit ab0147b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ EOT
ADD scripts/install_build_tools.sh /opt/install_build_tools.sh

RUN <<EOT
set -ex
run_vm.sh -serial null -daemonize
wait_ssh.sh
scp /opt/install_build_tools.sh root@localhost:/opt/bin
ssh root@localhost 'bash -l -c install_build_tools.sh'
save_vm.sh
set -ex
run_vm.sh -serial null -daemonize
wait_ssh.sh
scp /opt/install_build_tools.sh root@localhost:/opt/bin
ssh root@localhost 'bash -l -c install_build_tools.sh'
save_vm.sh
EOT

ADD scripts/build.sh /opt/build.sh

RUN <<EOT
set -ex
run_vm.sh -serial null -daemonize
wait_ssh.sh
scp /opt/build.sh root@localhost:/opt/bin
rm /opt/build.sh
save_vm.sh
set -ex
run_vm.sh -serial null -daemonize
wait_ssh.sh
scp /opt/build.sh root@localhost:/opt/bin
rm /opt/build.sh
save_vm.sh
EOT

ADD scripts/run_build.sh /opt/bin/run_build.sh
Expand Down

0 comments on commit ab0147b

Please sign in to comment.