Mercurial > code > home > repos > homeauto
comparison service/speechMusic/Dockerfile.pi @ 453:9fd92202c886
WIP updating to read sounds from http
Ignore-this: 9a7aa4cdd539ed1ace268f42ad76021a
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 Apr 2019 11:57:51 -0700 |
parents | b3959142d7d8 |
children | ccde9f432e4e |
comparison
equal
deleted
inserted
replaced
452:a8073bcddd8b | 453:9fd92202c886 |
---|---|
1 FROM bang6:5000/base_pi | 1 FROM bang6:5000/base_pi |
2 | 2 |
3 WORKDIR /opt | 3 WORKDIR /opt |
4 | 4 |
5 RUN apt-get update | |
5 RUN apt-get install --yes libopenal1 libogg0 pulseaudio-utils python-pygame festival sox | 6 RUN apt-get install --yes libopenal1 libogg0 pulseaudio-utils python-pygame festival sox |
6 COPY requirements.txt ./ | 7 COPY requirements.txt ./ |
7 RUN pip install -r requirements.txt | 8 RUN pip install -r requirements.txt |
8 | 9 |
9 COPY sound sound | 10 COPY sound sound |