Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 7 |
&& curl -fsSL https://code-server.dev/install.sh | sh
|
| 8 |
RUN apt install gcc g++ gdb clangd wget -y
|
| 9 |
RUN cd /usr/local/bin
|
| 10 |
-
RUN wget -
|
| 11 |
RUN chmod 755 /usr/local/bin/frpc
|
| 12 |
RUN ls -l /usr/local/bin/frpc
|
| 13 |
RUN md5sum /usr/local/bin/frpc
|
|
|
|
| 7 |
&& curl -fsSL https://code-server.dev/install.sh | sh
|
| 8 |
RUN apt install gcc g++ gdb clangd wget -y
|
| 9 |
RUN cd /usr/local/bin
|
| 10 |
+
RUN wget -O /usr/local/bin/frpc https://nya.globalslb.net/natfrp/client/frpc/0.51.0-sakura-12.3/frpc_linux_amd64
|
| 11 |
RUN chmod 755 /usr/local/bin/frpc
|
| 12 |
RUN ls -l /usr/local/bin/frpc
|
| 13 |
RUN md5sum /usr/local/bin/frpc
|