Update Dockerfile
Browse files- 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
|
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
|