From: Marcel van der Veldt Date: Tue, 11 Jul 2023 00:10:36 +0000 (+0200) Subject: remove duplicate wheel build X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4c5faea07302a796f0d15c7489cdbe61a709fd64;p=music-assistant-server.git remove duplicate wheel build --- diff --git a/Dockerfile b/Dockerfile index ecba7d05..1d422e7f 100644 --- 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 ##################################################################### # #