master
Evan Chen 2021-11-18 01:28:33 +08:00
parent a5b01b12c5
commit d9b15f1b5d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN \
# gterm \
curl -fsSL https://kumoly.io/attachments/e4bdde2a-4247-446f-a734-df3962c8b83b | tar -C /usr/local/bin/ -xz &&\
# configui \
curl -fsSL https://kumoly.io/attachments/9994192c-eca8-481c-bdb9-3d9f440c5c53 | tar -C /usr/local/bin/ -xz &&\
curl -fsSL https://kumoly.io/attachments/51242c47-842a-476f-8c40-7698cdbaab5c | tar -C /usr/local/bin/ -xz &&\
curl -fsSL https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2.4.6_linux_amd64.tar.gz | tar -C /usr/local/bin/ -xz
RUN touch shell.sh && \