We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf78bb commit 165dbc7Copy full SHA for 165dbc7
packer/linux/scripts/install-docker.sh
@@ -88,4 +88,4 @@ sudo yum install -y qemu qemu-user-static
88
89
curl --location --fail --silent --output /tmp/qemu-binfmt-conf.sh https://raw.githubusercontent.com/qemu/qemu/v6.1.0/scripts/qemu-binfmt-conf.sh
90
chmod +x /tmp/qemu-binfmt-conf.sh
91
-/tmp/qemu-binfmt-conf.sh --qemu-suffix "-static" --qemu-path /usr/bin
+sudo /tmp/qemu-binfmt-conf.sh --qemu-suffix "-static" --qemu-path /usr/bin
0 commit comments