Skip to content

Commit c6afa65

Browse files
committed
ubuntu-desktop:1.10.1
1 parent 35e3bad commit c6afa65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN echo "root:$PASSWD" | chpasswd
2121
# 安装
2222
RUN 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 && \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)