Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 10 |
software-properties-common
|
| 11 |
|
| 12 |
# 安装 zsh、ripgrep
|
| 13 |
-
RUN apt-get install -y zsh ripgrep golang screen vim cmake openjdk-17-jdk openjdk-17-jre gdb
|
| 14 |
|
| 15 |
# 安装 Python 和 pip,以及 conda
|
| 16 |
RUN apt-get install -y python3 python3-pip
|
|
|
|
| 10 |
software-properties-common
|
| 11 |
|
| 12 |
# 安装 zsh、ripgrep
|
| 13 |
+
RUN apt-get install -y zsh ripgrep golang chromium screen vim cmake openjdk-17-jdk openjdk-17-jre gdb
|
| 14 |
|
| 15 |
# 安装 Python 和 pip,以及 conda
|
| 16 |
RUN apt-get install -y python3 python3-pip
|