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 " ] }, {