comparison service/playSound/Dockerfile @ 669:b27a4652cd84

playsound is working ok on dash right now Ignore-this: 3a0b801cb75eb157a7d189f9de5d7b0c
author drewp@bigasterisk.com
date Sun, 22 Dec 2019 00:34:08 -0800
parents aaabba10ce04
children
comparison
equal deleted inserted replaced
668:aaabba10ce04 669:b27a4652cd84
1 FROM bang6:5000/base_x86 1 FROM bang6:5000/base_x86
2 2
3 WORKDIR /opt 3 WORKDIR /opt
4 4
5 RUN touch need-new-update 5 RUN touch need-new-update2
6 RUN apt-get update 6 RUN apt-get update
7 7
8 RUN apt-get install --yes libopenal1 libogg0 pulseaudio-utils python-pygame 8 RUN apt-get install --yes libopenal1 libogg0 pulseaudio-utils python-pygame
9 9
10 COPY pulse-client.conf /etc/pulse/client.conf 10 COPY pulse-client.conf /etc/pulse/client.conf