From 81af7a4d03a42a95f8e264c9ac3da6f81bc91e28 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Sat, 26 Oct 2019 09:00:00 +0000 Subject: [PATCH] Update Dockerfile Signed-off-by: JoeLametta --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6d8ca7..998a40e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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