Update Dockerfile

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2019-10-26 09:00:00 +00:00
parent d7f6d6888f
commit 81af7a4d03

View File

@@ -45,8 +45,7 @@ RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment \
# install whipper
RUN mkdir /whipper
COPY . /whipper/
RUN cd /whipper/src && make && make install \
&& cd /whipper && python2 setup.py install \
RUN cd /whipper && python2 setup.py install \
&& rm -rf /whipper \
&& whipper -v