From 4c5faea07302a796f0d15c7489cdbe61a709fd64 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 11 Jul 2023 02:10:36 +0200 Subject: [PATCH] remove duplicate wheel build --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) 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 ##################################################################### # # -- 2.34.1