fix : update espeak-ng dev branch
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y gnupg && \
|
|
7 |
apt-get update && \
|
8 |
apt-get -y install festival festvox-ca-ona-hts festvox-ca-pau-hts lame git make autoconf automake libtool pkg-config gcc libsonic-dev ronn kramdown libpcaudio-dev libatlas-base-dev gfortran
|
9 |
|
10 |
-
RUN git clone -b ca-
|
11 |
|
12 |
RUN cd espeak-ng && \
|
13 |
./autogen.sh && \
|
|
|
7 |
apt-get update && \
|
8 |
apt-get -y install festival festvox-ca-ona-hts festvox-ca-pau-hts lame git make autoconf automake libtool pkg-config gcc libsonic-dev ronn kramdown libpcaudio-dev libatlas-base-dev gfortran
|
9 |
|
10 |
+
RUN git clone -b ca-pr https://github.com/projecte-aina/espeak-ng
|
11 |
|
12 |
RUN cd espeak-ng && \
|
13 |
./autogen.sh && \
|