Fix cached wget requirements.txt for HA Addon

This commit is contained in:
Linus Dietz
2023-06-26 07:30:09 +02:00
parent 43d09cb2f4
commit c5ed7b7971
+1 -1
View File
@@ -8,7 +8,7 @@ RUN apk add --no-cache python3 bash py3-pip
WORKDIR /volvoAAOS2mqtt
# download requirements.txt
RUN wget https://raw.githubusercontent.com/Dielee/volvo2mqtt/main/requirements.txt
RUN wget --no-cache https://raw.githubusercontent.com/Dielee/volvo2mqtt/main/requirements.txt
# install dependencies
RUN pip install -r requirements.txt