zohadev commited on
Commit
fee2f2f
1 Parent(s): 1c05daa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9
2
 
3
- RUN apt update -y && apt install -y curl go
4
  RUN curl -fsSL https://code-server.dev/install.sh | sh
5
 
6
  RUN apt install -y \
 
1
  FROM python:3.9
2
 
3
+ RUN apt update -y && apt install -y curl
4
  RUN curl -fsSL https://code-server.dev/install.sh | sh
5
 
6
  RUN apt install -y \