LAST233 commited on
Commit
3682959
·
verified ·
1 Parent(s): 8fa44f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -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
 
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