Skip to content

Commit c0ffb5c

Browse files
committed
Add libelf-dev package to the vm image
Signed-off-by: Koray Oksay <koray.oksay@gmail.com>
1 parent 75704f2 commit c0ffb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/gha-runner-vm/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ build {
620620
inline = ["touch /etc/waagent.conf"]
621621
}`
622622

623-
replacements[`["sleep 30", "/usr/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync"]`] = `["sleep 30", "export HISTSIZE=0 && sync", "usermod -aG docker ubuntu"]`
623+
replacements[`["sleep 30", "/usr/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync"]`] = `["sleep 30", "export HISTSIZE=0 && sync", "usermod -aG docker ubuntu", "apt install -y libelf-dev"]`
624624

625625
// At this point this is the only Ubuntu-specific hard coded blocks we have left.
626626
replacements[`destination = "${path.root}/../Ubuntu2404-Readme.md"`] = `only = ["azure-arm.build_image"]

0 commit comments

Comments
 (0)