Skip to content

Commit

Permalink
gotoeasy/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 8c9bfbf commit 35e3bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER gotoeasy <[email protected]>

# 环境变量
ENV DEBIAN_FRONTEND=noninteractive \
SIZE=1600x840 \
SIZE=1024x768 \
PASSWD=123456 \
TZ=Asia/Shanghai \
LANG=zh_CN.UTF-8 \
Expand Down Expand Up @@ -46,6 +46,8 @@ RUN apt-get -y update && \
sed -e '/chrome/ s/^#*/#/' -i /opt/google/chrome/google-chrome && \
echo 'exec -a "$0" "$HERE/chrome" "$@" --user-data-dir="$HOME/.config/chrome" --no-sandbox --disable-dev-shm-usage' >> /opt/google/chrome/google-chrome && \
rm -f google-chrome-stable_current_amd64.deb && \
# mysql客户端
apt-get install -y mysql-workbench && \
# clean
apt-get -y clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ docker-compose up
- [x] 支持汉字复制黏贴,需使用`TigerVNC`官方客户端,见`https://github.com/TigerVNC/tigervnc`
- [x] 增加预装软件`vim`,命令`vi``vim`都能用
- [x] 增加预装软件谷歌浏览器`chrome`
- [x] 增加预装软件数据库客户端`mysql-workbench`
- [x] 默认无壁纸以便感官识别版本

### 版本`1.9.0`
Expand Down

0 comments on commit 35e3bad

Please sign in to comment.