Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: f41230b93a77ca7f4d84718f39a4847b6117f694 Component: engine
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
(from "ubuntu:14.04")
|
|
(run "apt-get update -qy && apt-get install tmux zsh weechat-curses -y")
|
|
(add ".weechat" "/.weechat")
|
|
(add ".tmux.conf" "/")
|
|
(run "echo \"export TERM=screen-256color\" >/.zshenv")
|
|
(cmd "zsh -c weechat")
|