SnowFlash383935 commited on
Commit
3d2cfaf
·
verified ·
1 Parent(s): 9e26c99

Update Dockerfile

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