StarrySkyWorld commited on
Commit
344495f
·
verified ·
1 Parent(s): f2478c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM ubuntu:22.04
2
 
3
  WORKDIR /app
4
 
 
 
5
  RUN apt-get install wget curl -y
6
 
7
  RUN curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apt-get update
6
+
7
  RUN apt-get install wget curl -y
8
 
9
  RUN curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1