Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN python3 -m venv $VIRTUAL_ENV
|
|
17 |
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
18 |
RUN pip install --no-cache-dir requests webdavclient3 huggingface_hub
|
19 |
|
20 |
-
RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/
|
21 |
tar -xzf openlist-linux-amd64.tar.gz && \
|
22 |
find . -type f -name "openlist" -exec chmod +x {} \; && \
|
23 |
find . -type f -name "openlist" -exec mv {} . \; && \
|
|
|
17 |
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
18 |
RUN pip install --no-cache-dir requests webdavclient3 huggingface_hub
|
19 |
|
20 |
+
RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/v4.0.8/openlist-linux-amd64.tar.gz && \
|
21 |
tar -xzf openlist-linux-amd64.tar.gz && \
|
22 |
find . -type f -name "openlist" -exec chmod +x {} \; && \
|
23 |
find . -type f -name "openlist" -exec mv {} . \; && \
|