Skip to content

Instantly share code, notes, and snippets.

@int128
Created November 12, 2014 15:17
Show Gist options
  • Save int128/c052a5ac5b10b9f9fd1a to your computer and use it in GitHub Desktop.
Save int128/c052a5ac5b10b9f9fd1a to your computer and use it in GitHub Desktop.
Ubuntu desktop on Docker container

Ubuntu desktop on Docker

apt-get update
apt-get install xfce4 tightvncserver language-pack-ja fonts-vlgothic

export USER=root
export LANG=ja_JP.UTF-8

vncserver :1 -geometry 1360x768 -depth 24
@int128
Copy link
Author

int128 commented Nov 29, 2014

docker build finished with following error:

Setting up dictionaries-common (1.20.5) ...
update-default-wordlist: Question empty but elements installed for class "wordlist"
  dictionaries-common/default-wordlist: return code: "0", value: ""
  Choices: , Manual symlink setting
  shared/packages-wordlist: return code: "10" owners/error: "shared/packages-wordlist doesn't exist"
  Installed elements: english (Webster's Second International English wordlist)

  Please see "/usr/share/doc/dictionaries-common/README.problems", section
  "Debconf database corruption" for recovery info.

update-default-wordlist: Selected wordlist ""
does not correspond to any installed package in the system
and no alternative wordlist could be selected.
dpkg: error processing package dictionaries-common (--configure):
 subprocess installed post-installation script returned error exit status 255

...

Errors were encountered while processing:
 dictionaries-common
 miscfiles
E: Sub-process /usr/bin/dpkg returned an error code (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment