From: Marcel van der Veldt Date: Tue, 3 Nov 2020 08:51:44 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=49ab015f2af3fe28132bcce844c52cbb5b7a2ab8;p=music-assistant-server.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 0dd01112..4ae83ffd 100755 --- a/Dockerfile +++ b/Dockerfile @@ -60,12 +60,11 @@ RUN set -x \ && ./configure \ && make \ && make install \ + && cd /usr/src \ # make sure uvloop is installed && pip install uvloop \ # install music assistant - && pip install --upgrade uvloop \ - && cd /usr/src \ - && python3 setup.py install \ + && python3 setup.py install \ # cleanup build files && apk del .build-deps \ && rm -rf /usr/src/*