Skip to content

Commit

Permalink
ubuntu-desktop:1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotoeasy committed May 17, 2022
1 parent 35e3bad commit c6afa65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ docker-compose up
- [x] 增加预装软件`vim`,命令`vi``vim`都能用
- [x] 增加预装软件谷歌浏览器`chrome`
- [x] 增加预装软件数据库客户端`mysql-workbench`
- [x] 增加预装软件`svn`
- [x] 增加预装软件`git`
- [x] 默认无壁纸以便感官识别版本

### 版本`1.9.0`
Expand Down

0 comments on commit c6afa65

Please sign in to comment.