Skip to content

Commit

Permalink
vagrant: install libdwarf and libelf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Nov 23, 2021
1 parent b20ca75 commit da3e26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/boxes/Vagrantfile_archlinux_systemd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Vagrant.configure("2") do |config|
# Note: openbsd-netcat in favor of gnu-netcat is used intentionally, as
# the GNU one doesn't support -U option required by test/TEST-12-ISSUE-3171
pacman --needed --noconfirm -S coreutils busybox dhclient dhcp dhcpcd diffutils dnsmasq dosfstools e2fsprogs \
gdb inetutils lcov net-tools openbsd-netcat open-iscsi qemu rsync socat squashfs-tools strace vi
gdb inetutils lcov libdwarf libelf net-tools openbsd-netcat open-iscsi qemu rsync socat squashfs-tools strace vi
# Unlock root account and set its password to 'vagrant' to allow root login
# via ssh
Expand Down

0 comments on commit da3e26d

Please sign in to comment.