can build docker image

This commit is contained in:
Lei PAN
2022-09-26 23:22:41 +02:00
parent 82f5b29155
commit e3addbb8ba
+1
View File
@@ -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 && \