Mercurial > code > home > repos > homeauto
comparison service/playSound/Dockerfile @ 1470:94abe0983594
playsound is working ok on dash right now
Ignore-this: 3a0b801cb75eb157a7d189f9de5d7b0c
darcs-hash:506ffde859a476f93659b07e086e86e232896bd0
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 22 Dec 2019 00:34:08 -0800 |
parents | 94f14a0823c6 |
children |
comparison
equal
deleted
inserted
replaced
1469:94f14a0823c6 | 1470:94abe0983594 |
---|---|
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 |