SnowFlash383935 commited on
Commit
cb31069
·
verified ·
1 Parent(s): bdb7348

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
  FROM ubuntu:latest
2
- RUN apt-get update
3
- RUN apt-get install git curl wget apt
4
  RUN curl -fsSL https://code-server.dev/install.sh | sh
 
1
  FROM ubuntu:latest
2
+ RUN apt-get update -y
3
+ RUN apt-get install git curl wget apt -y
4
  RUN curl -fsSL https://code-server.dev/install.sh | sh