diff options
| author | sickcodes <[email protected]> | 2021-11-13 07:48:42 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-11-13 07:48:42 +0000 |
| commit | 7da38e0d83730116f71106443d48c8837918f7e5 (patch) | |
| tree | 4bc8b59ec6deebf25befe4a7034c3efd9168a7db /Dockerfile | |
| parent | Fix shell (diff) | |
| download | docker-osx-7da38e0d83730116f71106443d48c8837918f7e5.tar.xz docker-osx-7da38e0d83730116f71106443d48c8837918f7e5.zip | |
Missed bc
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ RUN touch enable-ssh.sh \ # RUN yes | sudo pacman -Syu qemu libvirt dnsmasq virt-manager bridge-utils edk2-ovmf netctl libvirt-dbus --overwrite --noconfirm -RUN yes | sudo pacman -Syu qemu libvirt dnsmasq virt-manager bridge-utils openresolv jack ebtables edk2-ovmf netctl libvirt-dbus wget --overwrite --noconfirm \ +RUN yes | sudo pacman -Syu bc qemu libvirt dnsmasq virt-manager bridge-utils openresolv jack ebtables edk2-ovmf netctl libvirt-dbus wget --overwrite --noconfirm \ && yes | sudo pacman -Scc WORKDIR /home/arch/OSX-KVM |