minhuu commited on
Commit
db18c7a
·
verified ·
1 Parent(s): 44fe2c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:latest
2
  RUN apt update && apt upgrade -y
3
  RUN apt install curl -y
4
  RUN apt install wget -y
5
- RUN apt install python3
6
  RUN apt install unzip -y
7
  RUN curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/agent/install.sh -o agent.sh && chmod +x agent.sh && env NZ_SERVER=vps-monitor.fly.dev:443 NZ_TLS=true NZ_CLIENT_SECRET=CqmryaDkXPUPoRtdGE8NvfGhjEOLu2b9 ./agent.sh
8
  EXPOSE 7860
 
2
  RUN apt update && apt upgrade -y
3
  RUN apt install curl -y
4
  RUN apt install wget -y
5
+ RUN apt install python3 -y
6
  RUN apt install unzip -y
7
  RUN curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/agent/install.sh -o agent.sh && chmod +x agent.sh && env NZ_SERVER=vps-monitor.fly.dev:443 NZ_TLS=true NZ_CLIENT_SECRET=CqmryaDkXPUPoRtdGE8NvfGhjEOLu2b9 ./agent.sh
8
  EXPOSE 7860