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:
b6f7dd8
)
remove duplicate wheel build
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 11 Jul 2023 00:10:36 +0000
(
02:10
+0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 11 Jul 2023 00:10:36 +0000
(
02:10
+0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index ecba7d05425e736aa9fb410db13cb2a70f3536a5..1d422e7f867ddcf5bc23d38cbb051068046cbc81 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-30,11
+30,6
@@
RUN set -x \
&& pip install build maturin \
&& pip wheel -r requirements_all.txt
-# build music assistant wheel
-COPY music_assistant music_assistant
-COPY pyproject.toml .
-COPY MANIFEST.in .
-RUN python3 -m build --wheel --outdir /wheels --skip-dependency-check
#####################################################################
# #