Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -24,8 +24,7 @@ ADD . ${BUILD_PREFIX}
|
|
| 24 |
|
| 25 |
RUN apt-get update \
|
| 26 |
&&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\
|
| 27 |
-
|
| 28 |
-
&& cp config-template.json config.json \
|
| 29 |
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
|
| 30 |
&& pip install --no-cache -r requirements.txt \
|
| 31 |
&& pip install --no-cache -r requirements-optional.txt \
|
|
|
|
| 24 |
|
| 25 |
RUN apt-get update \
|
| 26 |
&&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\
|
| 27 |
+
|
|
|
|
| 28 |
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
|
| 29 |
&& pip install --no-cache -r requirements.txt \
|
| 30 |
&& pip install --no-cache -r requirements-optional.txt \
|