File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN echo "root:$PASSWD" | chpasswd
2121# 安装
2222RUN apt-get -y update && \
2323 # tools
24- apt-get install -y vim wget curl net-tools locales bzip2 unzip iputils-ping traceroute firefox firefox-locale-zh-hans ttf-wqy-microhei gedit ibus-pinyin && \
24+ apt-get install -y vim git subversion wget curl net-tools locales bzip2 unzip iputils-ping traceroute firefox firefox-locale-zh-hans ttf-wqy-microhei gedit ibus-pinyin && \
2525 locale-gen zh_CN.UTF-8 && \
2626 # ssh
2727 apt-get install -y openssh-server && \
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ docker-compose up
3939- [x] 增加预装软件` vim ` ,命令` vi ` 和` vim ` 都能用
4040- [x] 增加预装软件谷歌浏览器` chrome `
4141- [x] 增加预装软件数据库客户端` mysql-workbench `
42+ - [x] 增加预装软件` svn `
43+ - [x] 增加预装软件` git `
4244- [x] 默认无壁纸以便感官识别版本
4345
4446### 版本` 1.9.0 `
You can’t perform that action at this time.
0 commit comments