Merge pull request #369 from MisterSheeple/patch-4

Dockerfile: Temporarily roll back wibo to last working version
This commit is contained in:
Cuyler36
2024-07-03 22:53:33 -04:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ RUN pip install -r /temp/requirements.txt
RUN rm -rf /temp
# --- wibo installation ---
RUN wget https://github.com/decompals/wibo/releases/latest/download/wibo
RUN wget https://github.com/decompals/wibo/releases/download/0.6.13/wibo
RUN install ./wibo /usr/bin
RUN rm wibo