ccoreilly commited on
Commit
d616626
1 Parent(s): f64d86f

fix : update espeak-ng dev branch

Browse files
Files changed (1) hide show
  1. 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-to-pr https://github.com/projecte-aina/espeak-ng
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 && \