zohadev commited on
Commit
1c05daa
·
verified ·
1 Parent(s): 8bc19c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,10 +1,10 @@
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 \
7
- git gcc wget gzip busybox sudo ffmpeg 7z go rustup golang
8
 
9
  RUN useradd user
10
  RUN mkdir /home/user
 
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 \
7
+ git gcc wget gzip busybox sudo ffmpeg
8
 
9
  RUN useradd user
10
  RUN mkdir /home/user