diff --git a/Dockerfile b/Dockerfile index a60acc4..a92432a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN echo "root:$PASSWD" | chpasswd # 安装 RUN apt-get -y update && \ # tools - 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 && \ + 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 && \ locale-gen zh_CN.UTF-8 && \ # ssh apt-get install -y openssh-server && \ diff --git a/README.md b/README.md index 27952ae..219003c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ docker-compose up - [x] 增加预装软件`vim`,命令`vi`和`vim`都能用 - [x] 增加预装软件谷歌浏览器`chrome` - [x] 增加预装软件数据库客户端`mysql-workbench` +- [x] 增加预装软件`svn` +- [x] 增加预装软件`git` - [x] 默认无壁纸以便感官识别版本 ### 版本`1.9.0`