ccoreilly commited on
Commit
89cf23f
1 Parent(s): 3288e01

yes install...

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9
2
 
3
- RUN apt update && apt install git make autoconf automake libtool pkg-config gcc libsonic-dev ronn kramdown libpcaudio-dev
4
 
5
  RUN git clone https://github.com/projecte-aina/espeak-ng
6
 
 
1
  FROM python:3.9
2
 
3
+ RUN apt update && apt install -y git make autoconf automake libtool pkg-config gcc libsonic-dev ronn kramdown libpcaudio-dev
4
 
5
  RUN git clone https://github.com/projecte-aina/espeak-ng
6