Try to fix addon build #146

This commit is contained in:
Dielee
2023-12-14 08:53:40 +01:00
parent 3166a1c6ab
commit c4c801e46a
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ WORKDIR /volvoAAOS2mqtt
RUN wget --no-cache https://raw.githubusercontent.com/Dielee/volvo2mqtt/main/requirements.txt
# install dependencies
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt --break-system-packages
# copy the content of the local src directory to the working directory
COPY / .