projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951b275
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:51:44 +0000
(09:51 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:51:44 +0000
(09:51 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 0dd01112864afe5f2623f5ebdc9fc375aeade42e..4ae83ffdf498c665100e8c62a18a9f6038f2613d 100755
(executable)
--- 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/*