Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -8,9 +8,9 @@ RUN apt-get update && apt-get install -y wget ca-certificates curl
|
|
| 8 |
RUN useradd -m -u 1000 user
|
| 9 |
RUN mkdir -p /data/.cli-proxy-api && chown -R user:user /data
|
| 10 |
|
| 11 |
-
# Download and install CLIProxyAPI
|
| 12 |
-
RUN wget https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.7.
|
| 13 |
-
&& tar -xzvf CLIProxyAPI_6.7.
|
| 14 |
&& mv cli-proxy-api /usr/local/bin/ \
|
| 15 |
&& chmod +x /usr/local/bin/cli-proxy-api
|
| 16 |
|
|
|
|
| 8 |
RUN useradd -m -u 1000 user
|
| 9 |
RUN mkdir -p /data/.cli-proxy-api && chown -R user:user /data
|
| 10 |
|
| 11 |
+
# Download and install CLIProxyAPI
|
| 12 |
+
RUN wget https://github.com/router-for-me/CLIProxyAPI/releases/download/v6.7.47/CLIProxyAPI_6.7.47_linux_amd64.tar.gz \
|
| 13 |
+
&& tar -xzvf CLIProxyAPI_6.7.47_linux_amd64.tar.gz \
|
| 14 |
&& mv cli-proxy-api /usr/local/bin/ \
|
| 15 |
&& chmod +x /usr/local/bin/cli-proxy-api
|
| 16 |
|