minhuu commited on
Commit
6cbd404
·
verified ·
1 Parent(s): 1ea1a0f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
  FROM ubuntu:latest
2
  RUN apt update
3
- RUN apt install curl zip wget -y
 
 
4
  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
 
1
  FROM ubuntu:latest
2
  RUN apt update
3
+ RUN apt install curl -y
4
+ RUN apt install wget -y
5
+ RUN apt install unzip -y
6
  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