From 9be801f790bb21cdb69d3e4fa1df5622b633fa44 Mon Sep 17 00:00:00 2001 From: alban Date: Mon, 21 Sep 2020 22:44:33 +0200 Subject: [PATCH] [fix] works on kvm --- build.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.json b/build.json index 10c23db..1134b40 100644 --- a/build.json +++ b/build.json @@ -59,8 +59,9 @@ "inline": [ "sleep 3", "apt update", - "apt install -y --no-install-recommends git htop libasound2-dev libjack-dev nginx python3-pip redis-server screen ssh syncthing supervisor tmux portaudio19-dev cmake ", - "pip3 install DMXEnttecPro mido numpy pygame==1.9.2 pysimpledmx python-rtmidi redis scipy " + "apt install -y --no-install-recommends git htop libasound2-dev libjack-dev libsdl1.2-dev nginx python3-dev python3-pip python3-rtmidi redis-server screen ssh syncthing supervisor tmux portaudio19-dev cmake ", + "pip3 install setuptools", + "pip3 install DMXEnttecPro mido numpy pysimpledmx redis scipy " ] }, {