can build docker image
This commit is contained in:
@@ -7,6 +7,7 @@ RUN echo "==> Updating and installing packages" && \
|
|||||||
echo 'deb-src http://deb.debian.org/debian buster main' >> /etc/apt/sources.list &&\
|
echo 'deb-src http://deb.debian.org/debian buster main' >> /etc/apt/sources.list &&\
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
|
apt-get install -y libasound2-dev && \
|
||||||
apt-get install -y build-essential gcc automake autoconf libtool && \
|
apt-get install -y build-essential gcc automake autoconf libtool && \
|
||||||
apt-get build-dep -y pocketsphinx && \
|
apt-get build-dep -y pocketsphinx && \
|
||||||
apt-get install -y bison python-pyaudio && \
|
apt-get install -y bison python-pyaudio && \
|
||||||
|
|||||||
Reference in New Issue
Block a user